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

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

Issue 1703353002: Attempt to make GN waterfall bots not on the CQ alert but not close trees. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: patch for review Created 4 years, 10 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 | no next file » | 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 "https://build.chromium.org/p/chromium": [ 6 "https://build.chromium.org/p/chromium": [
7 { 7 {
8 "categories": [ 8 "categories": [
9 "chromium_tree_closer" 9 "chromium_tree_closer"
10 ], 10 ],
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 "builders": { 251 "builders": {
252 "*": {} 252 "*": {}
253 } 253 }
254 } 254 }
255 ], 255 ],
256 "https://build.chromium.org/p/chromium.mac": [ 256 "https://build.chromium.org/p/chromium.mac": [
257 { 257 {
258 "categories": [ 258 "categories": [
259 "chromium_tree_closer" 259 "chromium_tree_closer"
260 ], 260 ],
261 "comment": [
262 "TODO(dpranke): crbug.com/486089, crbug.com/439402",
263 "Until the Mac GN (dbg) bot is in the CQ, it should not close the",
264 "tree."
265 ],
261 "builders": { 266 "builders": {
262 "iOS_Device": { 267 "iOS_Device": {
263 "sheriff_classes": ["sheriff_ios_europe", "sheriff_ios_us"] 268 "sheriff_classes": ["sheriff_ios_europe", "sheriff_ios_us"]
264 }, 269 },
265 "iOS_Simulator_(dbg)": { 270 "iOS_Simulator_(dbg)": {
266 "sheriff_classes": ["sheriff_ios_europe", "sheriff_ios_us"], 271 "sheriff_classes": ["sheriff_ios_europe", "sheriff_ios_us"],
267 "closing_optional": [], 272 "closing_optional": [],
268 "comment": ["closing_optional due to crbug.com/393861"] 273 "comment": ["closing_optional due to crbug.com/393861"]
269 }, 274 },
270 "iOS_Device_(ninja)": { 275 "iOS_Device_(ninja)": {
271 "sheriff_classes": ["sheriff_ios_europe", "sheriff_ios_us"] 276 "sheriff_classes": ["sheriff_ios_europe", "sheriff_ios_us"]
272 }, 277 },
278 "Mac GN (dbg)": {
279 "close_tree": false
ghost stip (do not use) 2016/02/26 01:01:51 IIUC this feature isn't particularly used and may
280 },
273 "*": {} 281 "*": {}
274 }, 282 }
275
276 "comment": [
277 "TODO(dpranke): crbug.com/486089, crbug.com/439402",
278 "Until these are in the CQ, they should not close the tree."
279 ],
280 "excluded_builders": [
281 "Mac GN (dbg)"
282 ]
283
284 } 283 }
285 ], 284 ],
286 "https://build.chromium.org/p/chromium.memory": [ 285 "https://build.chromium.org/p/chromium.memory": [
287 { 286 {
288 "categories": [ 287 "categories": [
289 "chromium_tree_closer" 288 "chromium_tree_closer"
290 ], 289 ],
291 "builders": { 290 "builders": {
292 "*": {} 291 "*": {}
293 } 292 }
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 ] 384 ]
386 } 385 }
387 } 386 }
388 } 387 }
389 ], 388 ],
390 "https://build.chromium.org/p/chromium.win": [ 389 "https://build.chromium.org/p/chromium.win": [
391 { 390 {
392 "categories": [ 391 "categories": [
393 "chromium_tree_closer" 392 "chromium_tree_closer"
394 ], 393 ],
395 "builders": {
396 "*": {}
397 },
398 394
399 "comment": [ 395 "comment": [
400 "TODO(dpranke): crbug.com/486089, crbug.com/439402", 396 "TODO(dpranke): crbug.com/486089, crbug.com/439402",
401 "Until these are in the CQ, they should not close the tree." 397 "Until the GN bots are in the CQ, they should not close the tree."
402 ], 398 ],
403 "excluded_builders": [ 399 "builders": {
404 "Win x64 GN", 400 "Win x64 GN": {
405 "Win x64 GN (dbg)", 401 "close_tree": false
406 "Win8 GN (dbg)" 402 },
407 ] 403 "Win x64 GN (dbg)": {
404 "close_tree": false
405 },
406 "Win8 GN (dbg)": {
407 "close_tree": false
408 },
409 "*": {}
410 }
408 } 411 }
409 ], 412 ],
410 "https://build.chromium.org/p/client.boringssl": [ 413 "https://build.chromium.org/p/client.boringssl": [
411 { 414 {
412 "tree_notify": [ 415 "tree_notify": [
413 "davidben+boringssl@google.com", 416 "davidben+boringssl@google.com",
414 "agl+boringssl@google.com" 417 "agl+boringssl@google.com"
415 ], 418 ],
416 419
417 "forgive_all": "true", 420 "forgive_all": "true",
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
882 "cleanup_temp", 885 "cleanup_temp",
883 "taskkill" 886 "taskkill"
884 ], 887 ],
885 "closing_optional": [ 888 "closing_optional": [
886 "compile", 889 "compile",
887 "gn" 890 "gn"
888 ] 891 ]
889 } 892 }
890 } 893 }
891 } 894 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698