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

Unified Diff: config/cq.cfg

Issue 1993233004: Add experimental Swarming builders (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: OnSwarming Created 4 years, 7 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 ad5bd6394cb2ff3fc9896f87a51d3b8c96fc268b..a845a3325b19d42234e7e546f38852a87a06f8e1 100644
--- a/config/cq.cfg
+++ b/config/cq.cfg
@@ -57,6 +57,27 @@ verifiers {
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
+ }
}
}
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