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

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

Issue 1608713004: Remove XP and Vista bots from chromium.win and chromium.webkit waterfalls. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: update tryserver master 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
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 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 "WebKit Linux Oilpan (dbg)", 364 "WebKit Linux Oilpan (dbg)",
365 "WebKit Linux Oilpan", 365 "WebKit Linux Oilpan",
366 "WebKit Linux Oilpan Leak", 366 "WebKit Linux Oilpan Leak",
367 "WebKit Linux Oilpan ASAN", 367 "WebKit Linux Oilpan ASAN",
368 "WebKit Mac Builder (deps)", 368 "WebKit Mac Builder (deps)",
369 "WebKit Mac Oilpan (dbg)", 369 "WebKit Mac Oilpan (dbg)",
370 "WebKit Mac Oilpan", 370 "WebKit Mac Oilpan",
371 "WebKit Mac10.6 (deps)", 371 "WebKit Mac10.6 (deps)",
372 "WebKit Win Builder (deps)", 372 "WebKit Win Builder (deps)",
373 "WebKit Win Oilpan (dbg)", 373 "WebKit Win Oilpan (dbg)",
374 "WebKit Win Oilpan", 374 "WebKit Win Oilpan"
375 "WebKit XP (deps)"
376 ], 375 ],
377 376
378 "builders": { 377 "builders": {
379 "*": { 378 "*": {
380 "categories": [ 379 "categories": [
381 "chromium_tree_closer" 380 "chromium_tree_closer"
382 ] 381 ]
383 } 382 }
384 } 383 }
385 } 384 }
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
874 "cleanup_temp", 873 "cleanup_temp",
875 "taskkill" 874 "taskkill"
876 ], 875 ],
877 "closing_optional": [ 876 "closing_optional": [
878 "compile", 877 "compile",
879 "gn" 878 "gn"
880 ] 879 ]
881 } 880 }
882 } 881 }
883 } 882 }
OLDNEW
« no previous file with comments | « masters/master.tryserver.chromium.win/slaves.cfg ('k') | scripts/slave/recipe_modules/chromium_tests/chromium_webkit.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698