Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(199)

Side by Side Diff: scripts/slave/gatekeeper.json

Issue 141073009: Add forgive_all to enable experimental builders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Correct typo. Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | scripts/slave/gatekeeper_ng.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "comment": ["This is a configuration file for gatekeeper_ng.py", 2 "comment": ["This is a configuration file for gatekeeper_ng.py",
3 "Look at that for documentation on this file's format."], 3 "Look at that for documentation on this file's format."],
4 4
5 "masters": { 5 "masters": {
6 "http://build.chromium.org/p/chromium": [ 6 "http://build.chromium.org/p/chromium": [
7 { 7 {
8 "categories": [ 8 "categories": [
9 "gclient" 9 "gclient"
10 ], 10 ],
11 11
12 "sheriff_classes": [ 12 "forgive_all": "true",
13 "sheriff"
14 ],
15 13
16 "builders": { 14 "builders": {
17 "Win": { 15 "Win": {
18 "categories": [ 16 "categories": [
19 "chromium_archive_build", 17 "chromium_archive_build",
20 "chromium_checkdeps2git", 18 "chromium_checkdeps2git",
21 "chromium_compile", 19 "chromium_compile",
22 "chromium_crash_handler", 20 "chromium_crash_handler",
23 "chromium_sizes", 21 "chromium_sizes",
24 "chromium_windows" 22 "chromium_windows"
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 "Android": { 56 "Android": {
59 "comment": ["Android slave_steps aren't enabled in", 57 "comment": ["Android slave_steps aren't enabled in",
60 "master_full_cfg.py."] 58 "master_full_cfg.py."]
61 } 59 }
62 } 60 }
63 } 61 }
64 ], 62 ],
65 "http://build.chromium.org/p/chromium.lkgr": [ 63 "http://build.chromium.org/p/chromium.lkgr": [
66 { 64 {
67 "tree_notify": [ 65 "tree_notify": [
68 "jschuh@chromium.org" 66 "jschuh@chromium.org",
67 "scottmg@chromium.org",
68 "wfh@chromium.org"
69 ], 69 ],
70 70
71 "forgive_all": "true",
72
71 "builders": { 73 "builders": {
72 "Win x64": { 74 "Win x64": {
73 "categories": [ 75 "categories": [
74 "chromium_archive_build", 76 "chromium_archive_build",
75 "chromium_compile", 77 "chromium_compile",
76 "chromium_windows", 78 "chromium_windows",
77 "gclient" 79 "gclient"
78 ] 80 ]
79 } 81 }
80 } 82 }
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 ] 127 ]
126 }, 128 },
127 129
128 "chromium_archive_build": { 130 "chromium_archive_build": {
129 "forgiving_steps": [ 131 "forgiving_steps": [
130 "archive_build" 132 "archive_build"
131 ] 133 ]
132 } 134 }
133 } 135 }
134 } 136 }
OLDNEW
« no previous file with comments | « no previous file | scripts/slave/gatekeeper_ng.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698