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

Unified Diff: config/cq.cfg

Issue 2155343002: cq.cfg: make swarmbucket builders non-experimental (Closed) Base URL: https://chromium.googlesource.com/infra/infra.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: 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 {}
« 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