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

Side by Side 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, 4 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
« 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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 ] 202 ]
203 } 203 }
204 ], 204 ],
205 "https://build.chromium.org/p/chromium.infra.cron": [ 205 "https://build.chromium.org/p/chromium.infra.cron": [
206 { 206 {
207 "builders": { 207 "builders": {
208 "gnumbd": { 208 "gnumbd": {
209 "categories": [ 209 "categories": [
210 "chromium_gnumbd_closer" 210 "chromium_gnumbd_closer"
211 ] 211 ]
212 } 212 },
213 "*":{}
213 }, 214 },
214 "excluded_builders": [ 215 "excluded_builders": [
215 "lkgr-tag-pusher", 216 "lkgr-tag-pusher",
216 "builder_alerts", 217 "builder_alerts",
217 "publish_tarball", 218 "publish_tarball",
218 "rebaseline-o-matic", 219 "rebaseline-o-matic",
219 "recipe-autoroller-public", 220 "recipe-autoroller-public",
220 "Chromium Linux Codesearch", 221 "Chromium Linux Codesearch",
221 "ChromiumOS Codesearch", 222 "ChromiumOS Codesearch",
222 "git-hash-metrics" 223 "git-hash-metrics",
224 "w3c-test-autoroller"
223 ] 225 ]
224 }, 226 },
225 { 227 {
226 "close_tree": false, 228 "close_tree": false,
227 "tree_notify": [ 229 "tree_notify": [
228 "chrome-troopers+alerts-staging@google.com" 230 "chrome-troopers+alerts-staging@google.com"
229 ], 231 ],
230 232
231 "subject_template": "Codesearch build failure on %(builder_name)s", 233 "subject_template": "Codesearch build failure on %(builder_name)s",
232 234
(...skipping 748 matching lines...) Expand 10 before | Expand all | Expand 10 after
981 "cleanup_temp", 983 "cleanup_temp",
982 "taskkill" 984 "taskkill"
983 ], 985 ],
984 "closing_optional": [ 986 "closing_optional": [
985 "compile", 987 "compile",
986 "gn" 988 "gn"
987 ] 989 ]
988 } 990 }
989 } 991 }
990 } 992 }
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