summaryrefslogtreecommitdiff
path: root/chromium/infra/config/generated/commit-queue.cfg
blob: 8d2dfe012663f8dc0dc7f7e908ef06e3f63d6d8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
# Auto-generated by lucicfg.
# Do not modify manually.
#
# For the schema of this file, see Config message:
#   https://luci-config.appspot.com/schemas/projects:commit-queue.cfg

cq_status_host: "chromium-cq-status.appspot.com"
submit_options {
  max_burst: 2
  burst_delay {
    seconds: 60
  }
}
config_groups {
  name: "cq"
  gerrit {
    url: "https://chromium-review.googlesource.com"
    projects {
      name: "chromium/src"
      ref_regexp: "refs/branch-heads/4430"
    }
  }
  verifiers {
    gerrit_cq_ability {
      committer_list: "project-chromium-committers"
      dry_run_access_list: "project-chromium-tryjob-access"
    }
    tryjob {
      builders {
        name: "chrome-m90/try/linux-chrome"
        includable_only: true
        owner_whitelist_group: "googlers"
        owner_whitelist_group: "project-chromium-robot-committers"
      }
      builders {
        name: "chrome-m90/try/mac-chrome"
        includable_only: true
        owner_whitelist_group: "googlers"
        owner_whitelist_group: "project-chromium-robot-committers"
      }
      builders {
        name: "chrome-m90/try/win-chrome"
        includable_only: true
        owner_whitelist_group: "googlers"
        owner_whitelist_group: "project-chromium-robot-committers"
      }
      builders {
        name: "chrome-m90/try/win64-chrome"
        includable_only: true
        owner_whitelist_group: "googlers"
        owner_whitelist_group: "project-chromium-robot-committers"
      }
      builders {
        name: "chromium-m90/try/android-binary-size"
        location_regexp: ".*"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/android-cronet-arm-dbg"
        location_regexp: ".+/[+]/components/cronet/.+"
        location_regexp: ".+/[+]/components/grpc_support/.+"
        location_regexp: ".+/[+]/build/android/.+"
        location_regexp: ".+/[+]/build/config/android/.+"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
        location_regexp_exclude: ".+/[+]/components/cronet/ios/.+"
      }
      builders {
        name: "chromium-m90/try/android-lollipop-arm-rel"
        location_regexp: ".*"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/android-marshmallow-arm64-rel"
        location_regexp: ".*"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/android-marshmallow-x86-rel"
        location_regexp: ".*"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/android-official"
        includable_only: true
      }
      builders {
        name: "chromium-m90/try/android-pie-arm64-dbg"
        location_regexp: ".+/[+]/chrome/android/features/vr/.+"
        location_regexp: ".+/[+]/chrome/android/java/src/org/chromium/chrome/browser/vr/.+"
        location_regexp: ".+/[+]/chrome/android/javatests/src/org/chromium/chrome/browser/vr/.+"
        location_regexp: ".+/[+]/chrome/browser/android/vr/.+"
        location_regexp: ".+/[+]/chrome/browser/vr/.+"
        location_regexp: ".+/[+]/content/browser/xr/.+"
        location_regexp: ".+/[+]/device/vr/android/.+"
        location_regexp: ".+/[+]/third_party/gvr-android-sdk/.+"
        location_regexp: ".+/[+]/third_party/arcore-android-sdk/.+"
        location_regexp: ".+/[+]/third_party/arcore-android-sdk-client/.+"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/android-pie-arm64-rel"
        location_regexp: ".*"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/android_compile_dbg"
        location_regexp: ".*"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/android_compile_x64_dbg"
        location_regexp: ".+/[+]/chrome/android/java/src/org/chromium/chrome/browser/vr/.+"
        location_regexp: ".+/[+]/chrome/browser/vr/.+"
        location_regexp: ".+/[+]/content/browser/xr/.+"
        location_regexp: ".+/[+]/sandbox/linux/seccomp-bpf/.+"
        location_regexp: ".+/[+]/sandbox/linux/seccomp-bpf-helpers/.+"
        location_regexp: ".+/[+]/sandbox/linux/system_headers/.+"
        location_regexp: ".+/[+]/sandbox/linux/tests/.+"
        location_regexp: ".+/[+]/third_party/gvr-android-sdk/.+"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/android_compile_x86_dbg"
        location_regexp: ".+/[+]/chrome/android/java/src/org/chromium/chrome/browser/vr/.+"
        location_regexp: ".+/[+]/chrome/browser/vr/.+"
        location_regexp: ".+/[+]/content/browser/xr/.+"
        location_regexp: ".+/[+]/sandbox/linux/seccomp-bpf/.+"
        location_regexp: ".+/[+]/sandbox/linux/seccomp-bpf-helpers/.+"
        location_regexp: ".+/[+]/sandbox/linux/system_headers/.+"
        location_regexp: ".+/[+]/sandbox/linux/tests/.+"
        location_regexp: ".+/[+]/third_party/gvr-android-sdk/.+"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/android_cronet"
        location_regexp: ".*"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/android_optional_gpu_tests_rel"
        location_regexp: ".+/[+]/cc/.+"
        location_regexp: ".+/[+]/chrome/browser/vr/.+"
        location_regexp: ".+/[+]/content/browser/xr/.+"
        location_regexp: ".+/[+]/components/viz/.+"
        location_regexp: ".+/[+]/content/test/gpu/.+"
        location_regexp: ".+/[+]/gpu/.+"
        location_regexp: ".+/[+]/media/audio/.+"
        location_regexp: ".+/[+]/media/filters/.+"
        location_regexp: ".+/[+]/media/gpu/.+"
        location_regexp: ".+/[+]/media/renderers/.+"
        location_regexp: ".+/[+]/services/viz/.+"
        location_regexp: ".+/[+]/testing/trigger_scripts/.+"
        location_regexp: ".+/[+]/third_party/blink/renderer/modules/webgl/.+"
        location_regexp: ".+/[+]/third_party/blink/renderer/platform/graphics/gpu/.+"
        location_regexp: ".+/[+]/tools/clang/scripts/update.py"
        location_regexp: ".+/[+]/ui/gl/.+"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/cast_shell_android"
        location_regexp: ".*"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/cast_shell_linux"
        location_regexp: ".*"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/chromeos-amd64-generic-dbg"
        location_regexp: ".+/[+]/content/gpu/.+"
        location_regexp: ".+/[+]/media/.+"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/chromeos-amd64-generic-rel"
        location_regexp: ".*"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/chromeos-arm-generic-rel"
        location_regexp: ".*"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/chromeos-kevin-rel"
        location_regexp: ".+/[+]/build/chromeos/.+"
        location_regexp: ".+/[+]/build/config/chromeos/.*"
        location_regexp: ".+/[+]/chromeos/CHROMEOS_LKGM"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/chromium_presubmit"
        disable_reuse: true
      }
      builders {
        name: "chromium-m90/try/dawn-linux-x64-deps-rel"
        location_regexp: ".+/[+]/gpu/.+"
        location_regexp: ".+/[+]/testing/buildbot/chromium.dawn.json"
        location_regexp: ".+/[+]/third_party/blink/renderer/modules/webgpu/.+"
        location_regexp: ".+/[+]/third_party/blink/web_tests/external/wpt/webgpu/.+"
        location_regexp: ".+/[+]/third_party/blink/web_tests/wpt_internal/webgpu/.+"
        location_regexp: ".+/[+]/third_party/blink/web_tests/WebGPUExpectations"
        location_regexp: ".+/[+]/third_party/dawn/.+"
        location_regexp: ".+/[+]/tools/clang/scripts/update.py"
        location_regexp: ".+/[+]/ui/gl/features.gni"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/dawn-mac-x64-deps-rel"
        location_regexp: ".+/[+]/gpu/.+"
        location_regexp: ".+/[+]/testing/buildbot/chromium.dawn.json"
        location_regexp: ".+/[+]/third_party/blink/renderer/modules/webgpu/.+"
        location_regexp: ".+/[+]/third_party/blink/web_tests/external/wpt/webgpu/.+"
        location_regexp: ".+/[+]/third_party/blink/web_tests/wpt_internal/webgpu/.+"
        location_regexp: ".+/[+]/third_party/blink/web_tests/WebGPUExpectations"
        location_regexp: ".+/[+]/third_party/dawn/.+"
        location_regexp: ".+/[+]/tools/clang/scripts/update.py"
        location_regexp: ".+/[+]/ui/gl/features.gni"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/dawn-win10-x64-deps-rel"
        location_regexp: ".+/[+]/gpu/.+"
        location_regexp: ".+/[+]/testing/buildbot/chromium.dawn.json"
        location_regexp: ".+/[+]/third_party/blink/renderer/modules/webgpu/.+"
        location_regexp: ".+/[+]/third_party/blink/web_tests/external/wpt/webgpu/.+"
        location_regexp: ".+/[+]/third_party/blink/web_tests/wpt_internal/webgpu/.+"
        location_regexp: ".+/[+]/third_party/blink/web_tests/WebGPUExpectations"
        location_regexp: ".+/[+]/third_party/dawn/.+"
        location_regexp: ".+/[+]/tools/clang/scripts/update.py"
        location_regexp: ".+/[+]/ui/gl/features.gni"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/dawn-win10-x86-deps-rel"
        location_regexp: ".+/[+]/gpu/.+"
        location_regexp: ".+/[+]/testing/buildbot/chromium.dawn.json"
        location_regexp: ".+/[+]/third_party/blink/renderer/modules/webgpu/.+"
        location_regexp: ".+/[+]/third_party/blink/web_tests/external/wpt/webgpu/.+"
        location_regexp: ".+/[+]/third_party/blink/web_tests/wpt_internal/webgpu/.+"
        location_regexp: ".+/[+]/third_party/blink/web_tests/WebGPUExpectations"
        location_regexp: ".+/[+]/third_party/dawn/.+"
        location_regexp: ".+/[+]/tools/clang/scripts/update.py"
        location_regexp: ".+/[+]/ui/gl/features.gni"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/fuchsia-arm64-cast"
        location_regexp: ".+/[+]/chromecast/.+"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/fuchsia-official"
        includable_only: true
      }
      builders {
        name: "chromium-m90/try/fuchsia-x64-cast"
        location_regexp: ".*"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/fuchsia_arm64"
        location_regexp: ".*"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/fuchsia_x64"
        location_regexp: ".*"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/ios-simulator"
        location_regexp: ".*"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/ios-simulator-cronet"
        location_regexp: ".+/[+]/components/cronet/.+"
        location_regexp: ".+/[+]/components/grpc_support/.+"
        location_regexp: ".+/[+]/ios/.+"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
        location_regexp_exclude: ".+/[+]/components/cronet/android/.+"
      }
      builders {
        name: "chromium-m90/try/ios-simulator-full-configs"
        location_regexp: ".+/[+]/ios/.+"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/linux-blink-rel"
        location_regexp: ".+/[+]/cc/.+"
        location_regexp: ".+/[+]/third_party/blink/renderer/core/paint/.+"
        location_regexp: ".+/[+]/third_party/blink/renderer/core/svg/.+"
        location_regexp: ".+/[+]/third_party/blink/renderer/platform/graphics/.+"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/linux-chromeos-compile-dbg"
        location_regexp: ".*"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/linux-chromeos-rel"
        location_regexp: ".*"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/linux-libfuzzer-asan-rel"
        location_regexp: ".*"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/linux-official"
        includable_only: true
      }
      builders {
        name: "chromium-m90/try/linux-ozone-rel"
        location_regexp: ".*"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/linux-rel"
        location_regexp: ".*"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/linux_chromium_asan_rel_ng"
        location_regexp: ".*"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/linux_chromium_compile_dbg_ng"
        location_regexp: ".*"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/linux_chromium_dbg_ng"
        location_regexp: ".+/[+]/build/.*check_gn_headers.*"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/linux_chromium_tsan_rel_ng"
        location_regexp: ".*"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/linux_layout_tests_composite_after_paint"
        location_regexp: ".+/[+]/third_party/blink/renderer/core/paint/.+"
        location_regexp: ".+/[+]/third_party/blink/renderer/core/svg/.+"
        location_regexp: ".+/[+]/third_party/blink/renderer/platform/graphics/.+"
        location_regexp: ".+/[+]/third_party/blink/web_tests/.+"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/linux_layout_tests_layout_ng_disabled"
        location_regexp: ".+/[+]/third_party/blink/renderer/core/editing/.+"
        location_regexp: ".+/[+]/third_party/blink/renderer/core/layout/.+"
        location_regexp: ".+/[+]/third_party/blink/renderer/core/paint/.+"
        location_regexp: ".+/[+]/third_party/blink/renderer/core/svg/.+"
        location_regexp: ".+/[+]/third_party/blink/renderer/platform/fonts/shaping/.+"
        location_regexp: ".+/[+]/third_party/blink/renderer/platform/graphics/.+"
        location_regexp: ".+/[+]/third_party/blink/web_tests/FlagExpectations/disable-layout-ng"
        location_regexp: ".+/[+]/third_party/blink/web_tests/flag-specific/disable-layout-ng/.+"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/linux_optional_gpu_tests_rel"
        location_regexp: ".+/[+]/chrome/browser/vr/.+"
        location_regexp: ".+/[+]/content/browser/xr/.+"
        location_regexp: ".+/[+]/content/test/gpu/.+"
        location_regexp: ".+/[+]/gpu/.+"
        location_regexp: ".+/[+]/media/audio/.+"
        location_regexp: ".+/[+]/media/filters/.+"
        location_regexp: ".+/[+]/media/gpu/.+"
        location_regexp: ".+/[+]/media/renderers/.+"
        location_regexp: ".+/[+]/testing/buildbot/chromium.gpu.fyi.json"
        location_regexp: ".+/[+]/testing/trigger_scripts/.+"
        location_regexp: ".+/[+]/third_party/blink/renderer/modules/webgl/.+"
        location_regexp: ".+/[+]/third_party/blink/renderer/platform/graphics/gpu/.+"
        location_regexp: ".+/[+]/tools/clang/scripts/update.py"
        location_regexp: ".+/[+]/ui/gl/.+"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/linux_vr"
        location_regexp: ".+/[+]/chrome/browser/vr/.+"
        location_regexp: ".+/[+]/content/browser/xr/.+"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/mac-arm64-rel"
        includable_only: true
      }
      builders {
        name: "chromium-m90/try/mac-official"
        includable_only: true
      }
      builders {
        name: "chromium-m90/try/mac-rel"
        location_regexp: ".*"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/mac_chromium_compile_dbg_ng"
        location_regexp: ".*"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/mac_optional_gpu_tests_rel"
        location_regexp: ".+/[+]/chrome/browser/vr/.+"
        location_regexp: ".+/[+]/content/browser/xr/.+"
        location_regexp: ".+/[+]/content/test/gpu/.+"
        location_regexp: ".+/[+]/gpu/.+"
        location_regexp: ".+/[+]/media/audio/.+"
        location_regexp: ".+/[+]/media/filters/.+"
        location_regexp: ".+/[+]/media/gpu/.+"
        location_regexp: ".+/[+]/media/renderers/.+"
        location_regexp: ".+/[+]/services/shape_detection/.+"
        location_regexp: ".+/[+]/testing/buildbot/chromium.gpu.fyi.json"
        location_regexp: ".+/[+]/testing/trigger_scripts/.+"
        location_regexp: ".+/[+]/third_party/blink/renderer/modules/webgl/.+"
        location_regexp: ".+/[+]/third_party/blink/renderer/platform/graphics/gpu/.+"
        location_regexp: ".+/[+]/tools/clang/scripts/update.py"
        location_regexp: ".+/[+]/ui/gl/.+"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/win-libfuzzer-asan-rel"
        location_regexp: ".*"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/win-official"
        includable_only: true
      }
      builders {
        name: "chromium-m90/try/win10_chromium_x64_rel_ng"
        location_regexp: ".*"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/win32-official"
        includable_only: true
      }
      builders {
        name: "chromium-m90/try/win7-rel"
        location_regexp: ".+/[+]/sandbox/win/.+"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/win_chromium_compile_dbg_ng"
        location_regexp: ".*"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      builders {
        name: "chromium-m90/try/win_optional_gpu_tests_rel"
        location_regexp: ".+/[+]/chrome/browser/vr/.+"
        location_regexp: ".+/[+]/content/browser/xr/.+"
        location_regexp: ".+/[+]/content/test/gpu/.+"
        location_regexp: ".+/[+]/device/vr/.+"
        location_regexp: ".+/[+]/gpu/.+"
        location_regexp: ".+/[+]/media/audio/.+"
        location_regexp: ".+/[+]/media/filters/.+"
        location_regexp: ".+/[+]/media/gpu/.+"
        location_regexp: ".+/[+]/media/renderers/.+"
        location_regexp: ".+/[+]/testing/buildbot/chromium.gpu.fyi.json"
        location_regexp: ".+/[+]/testing/trigger_scripts/.+"
        location_regexp: ".+/[+]/third_party/blink/renderer/modules/vr/.+"
        location_regexp: ".+/[+]/third_party/blink/renderer/modules/webgl/.+"
        location_regexp: ".+/[+]/third_party/blink/renderer/modules/xr/.+"
        location_regexp: ".+/[+]/third_party/blink/renderer/platform/graphics/gpu/.+"
        location_regexp: ".+/[+]/tools/clang/scripts/update.py"
        location_regexp: ".+/[+]/ui/gl/.+"
        location_regexp_exclude: ".+/[+]/docs/.+"
        location_regexp_exclude: ".+/[+]/infra/config/.+"
      }
      retry_config {
        single_quota: 1
        global_quota: 2
        failure_weight: 1
        transient_failure_weight: 1
        timeout_weight: 2
      }
    }
  }
}