| Index: config/cq.cfg
|
| diff --git a/config/cq.cfg b/config/cq.cfg
|
| index 280c3c98453a55a551703705f20c04fdce670f1c..70b2fbfa4ca13730726971dd6dbfbd6ad3a18170 100644
|
| --- a/config/cq.cfg
|
| +++ b/config/cq.cfg
|
| @@ -42,42 +42,16 @@ verifiers {
|
| }
|
| buckets {
|
| name: "master.tryserver.infra",
|
| - builders {
|
| - name: "Infra Presubmit"
|
| - }
|
| - builders {
|
| - name: "Infra Linux Trusty 64 Tester"
|
| - }
|
| - builders {
|
| - name: "Infra Linux Precise 32 Tester"
|
| - }
|
| - builders {
|
| - name: "Infra Mac Tester"
|
| - }
|
| - builders {
|
| - name: "Infra Win Tester"
|
| - }
|
| -
|
| - builders {
|
| - name: "Infra Presubmit (Swarming)"
|
| - experiment_percentage: 100
|
| - }
|
| - builders {
|
| - name: "Infra Linux Trusty 64 Tester (Swarming)"
|
| - experiment_percentage: 100
|
| - }
|
| - builders {
|
| - name: "Infra Linux Precise 32 Tester (Swarming)"
|
| - experiment_percentage: 100
|
| - }
|
| - builders {
|
| - name: "Infra Mac Tester (Swarming)"
|
| - experiment_percentage: 100
|
| - }
|
| - builders {
|
| - name: "Infra Win Tester (Swarming)"
|
| - experiment_percentage: 100
|
| - }
|
| + builders {name: "Infra Presubmit"}
|
| + builders {name: "Infra Presubmit (Swarming)"}
|
| + builders {name: "Infra Linux Trusty 64 Tester"}
|
| + builders {name: "Infra Linux Trusty 64 Tester (Swarming)"}
|
| + builders {name: "Infra Linux Precise 32 Tester"}
|
| + builders {name: "Infra Linux Precise 32 Tester (Swarming)"}
|
| + builders {name: "Infra Mac Tester"}
|
| + builders {name: "Infra Mac Tester (Swarming)"}
|
| + builders {name: "Infra Win Tester"}
|
| + builders {name: "Infra Win Tester (Swarming)"}
|
| }
|
| }
|
| sign_cla {}
|
|
|