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

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

Issue 2286973002: gatekeeper: Ignore new chromium.perf bots (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Disable galaxy and new mac perf bots for SOM Created 4 years, 1 month 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
« 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 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 "https://build.chromium.org/p/chromium.perf": [ 462 "https://build.chromium.org/p/chromium.perf": [
463 { 463 {
464 "forgive_all": "true", 464 "forgive_all": "true",
465 465
466 "subject_template": "%(project_name)s %(builder_name)s %(result)s", 466 "subject_template": "%(project_name)s %(builder_name)s %(result)s",
467 467
468 "categories": [ 468 "categories": [
469 "chromium_perf_steps" 469 "chromium_perf_steps"
470 ], 470 ],
471 471
472 "excluded_builders" : [
473 "Android Galaxy S5 Perf (1)",
474 "Android Galaxy S5 Perf (2)",
475 "Android Galaxy S5 Perf (3)",
476 "Mac Pro 10.11 Perf",
477 "Mac Air 10.11 Perf"
478 ],
479
472 "builders": { 480 "builders": {
473 "*": {} 481 "*": {}
474 } 482 }
475 } 483 }
476 ], 484 ],
477 "https://build.chromium.org/p/chromium.tools.build": [ 485 "https://build.chromium.org/p/chromium.tools.build": [
478 { 486 {
479 "builders": { 487 "builders": {
480 "cipd-test-end-to-end_mac": { 488 "cipd-test-end-to-end_mac": {
481 "closing_optional": [ 489 "closing_optional": [
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
1021 "cleanup_temp", 1029 "cleanup_temp",
1022 "taskkill" 1030 "taskkill"
1023 ], 1031 ],
1024 "closing_optional": [ 1032 "closing_optional": [
1025 "compile", 1033 "compile",
1026 "gn" 1034 "gn"
1027 ] 1035 ]
1028 } 1036 }
1029 } 1037 }
1030 } 1038 }
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