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

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

Issue 1902423008: Delete chromium valgrind bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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
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 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 { 388 {
389 "categories": [ 389 "categories": [
390 "chromium_memory_fyi" 390 "chromium_memory_fyi"
391 ], 391 ],
392 "sheriff_classes": ["sheriff_memory"], 392 "sheriff_classes": ["sheriff_memory"],
393 393
394 "builders": { 394 "builders": {
395 "Chromium Linux MSan Builder": {}, 395 "Chromium Linux MSan Builder": {},
396 "Linux MSan Tests": {}, 396 "Linux MSan Tests": {},
397 "Chromium Linux ChromeOS MSan Builder": {}, 397 "Chromium Linux ChromeOS MSan Builder": {},
398 "Linux ChromeOS MSan Tests": {}, 398 "Linux ChromeOS MSan Tests": {}
399 "Chromium Linux Builder (valgrind)": {},
400 "Linux Tests (valgrind)(1)": {},
401 "Linux Tests (valgrind)(2)": {},
402 "Linux Tests (valgrind)(3)": {},
403 "Linux Tests (valgrind)(4)": {},
404 "Linux Tests (valgrind)(5)": {}
405 } 399 }
406 } 400 }
407 ], 401 ],
408 "https://build.chromium.org/p/chromium.perf": [ 402 "https://build.chromium.org/p/chromium.perf": [
409 { 403 {
410 "forgive_all": "true", 404 "forgive_all": "true",
411 405
412 "subject_template": "%(project_name)s %(builder_name)s %(result)s", 406 "subject_template": "%(project_name)s %(builder_name)s %(result)s",
413 407
414 "categories": [ 408 "categories": [
(...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after
956 "cleanup_temp", 950 "cleanup_temp",
957 "taskkill" 951 "taskkill"
958 ], 952 ],
959 "closing_optional": [ 953 "closing_optional": [
960 "compile", 954 "compile",
961 "gn" 955 "gn"
962 ] 956 ]
963 } 957 }
964 } 958 }
965 } 959 }
OLDNEW
« no previous file with comments | « masters/master.tryserver.chromium.linux/slaves.cfg ('k') | scripts/slave/recipe_modules/chromium_tests/chromium_memory_fyi.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698