| Index: infra/config/cq.cfg
|
| diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg
|
| index 063783b576de3f592a89affb0bf5baa8fe915af0..19aa0b42b4ae6f2cc64f6f4a3bfcf50946360091 100644
|
| --- a/infra/config/cq.cfg
|
| +++ b/infra/config/cq.cfg
|
| @@ -18,10 +18,15 @@ verifiers {
|
| buckets {
|
| name: "master.tryserver.infra"
|
| builders {name: "Build Presubmit"}
|
| + builders {name: "Build Presubmit (Swarming)"}
|
| builders {
|
| name: "Recipe Roll Downstream Tester"
|
| experiment_percentage: 100
|
| }
|
| + builders {
|
| + name: "Recipe Roll Downstream Tester (Swarming)"
|
| + experiment_percentage: 100
|
| + }
|
| }
|
| buckets {
|
| name: "master.internal.infra.try"
|
|
|