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

Unified Diff: scripts/slave/gatekeeper.json

Issue 2184913003: gatekeeper.json: Fix excluded builders for infra cron (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/gatekeeper.json
diff --git a/scripts/slave/gatekeeper.json b/scripts/slave/gatekeeper.json
index 6f041608557dde66c0b187ce99babd13c4bfe193..1eedd54e19ff1b644fb15a1bb6ccb193b336d6bf 100644
--- a/scripts/slave/gatekeeper.json
+++ b/scripts/slave/gatekeeper.json
@@ -209,7 +209,8 @@
"categories": [
"chromium_gnumbd_closer"
]
- }
+ },
+ "*":{}
},
"excluded_builders": [
"lkgr-tag-pusher",
@@ -219,7 +220,8 @@
"recipe-autoroller-public",
"Chromium Linux Codesearch",
"ChromiumOS Codesearch",
- "git-hash-metrics"
+ "git-hash-metrics",
+ "w3c-test-autoroller"
]
},
{
« 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