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

Unified Diff: config/cq.cfg

Issue 1776043002: infra: add buildbucket-swarming trybots as 100% experiment (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 years, 9 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 2b04fe14ce3f1c13d347ea367a0fb16d03601278..16ecf9dcd084b9b9d0b28d27395049e06845931f 100644
--- a/config/cq.cfg
+++ b/config/cq.cfg
@@ -18,6 +18,25 @@ verifiers {
}
try_job {
buckets {
+ name: "chromium.buildbucket.swarming"
+ builders {
+ name: "infra_presubmit"
+ experiment_percentage: 100
+ }
+ builders {
+ name: "infra_linux64"
+ experiment_percentage: 100
+ }
+ builders {
+ name: "infra_mac"
+ experiment_percentage: 100
+ }
+ builders {
+ name: "infra_win"
+ experiment_percentage: 100
+ }
+ }
+ buckets {
name: "tryserver.infra",
builders {
name: "Infra Presubmit"
« 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