aboutsummaryrefslogtreecommitdiff
path: root/infra
diff options
context:
space:
mode:
authorRyan Tseng <hinoka@google.com>2018-08-09 14:41:48 -0700
committerCommit Bot <commit-bot@chromium.org>2018-08-10 06:37:38 +0000
commit791e7be466f1470fdea12bbd94c89e0a753fec55 (patch)
tree3c173dd35d5810632670ec637e42534f0333a818 /infra
parentc349c405a4440e7e854b09fd9f2e468c88cbafa8 (diff)
downloadlibyuv-791e7be466f1470fdea12bbd94c89e0a753fec55.tar.gz
[cq.cfg] Flip all builders (except windows) to LUCI
All builders look WAI now, so flipping. In particular, the android bots have been migrated in place to LUCI, so the buildbot varients should no longer work. No-Try: True Bug:869249 Change-Id: Iab96cab5d92a106df67fc2458150c0dc93b77fc4 Reviewed-on: https://chromium-review.googlesource.com/1169593 Reviewed-by: Patrik Höglund <phoglund@chromium.org> Commit-Queue: Patrik Höglund <phoglund@chromium.org>
Diffstat (limited to 'infra')
-rw-r--r--infra/config/cq.cfg12
1 files changed, 11 insertions, 1 deletions
diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg
index 604de781..e5976c3b 100644
--- a/infra/config/cq.cfg
+++ b/infra/config/cq.cfg
@@ -2,7 +2,6 @@
# at http://luci-config.appspot.com/schemas/projects/refs:cq.cfg.
version: 1
-cq_name: "libyuv"
cq_status_url: "https://chromium-cq-status.appspot.com"
git_repo_url: "https://chromium.googlesource.com/libyuv/libyuv.git"
@@ -23,6 +22,17 @@ verifiers {
builders { name: "win_clang" }
builders { name: "win_clang_rel" }
builders { name: "win_x64_clang_rel" }
+ }
+
+ try_job {
+ buckets {
+ name: "luci.libyuv.try"
+ builders { name: "win" experiment_percentage: 100 }
+ builders { name: "win_rel" experiment_percentage: 100 }
+ builders { name: "win_x64_rel" experiment_percentage: 100 }
+ builders { name: "win_clang" experiment_percentage: 100 }
+ builders { name: "win_clang_rel" experiment_percentage: 100 }
+ builders { name: "win_x64_clang_rel" experiment_percentage: 100 }
builders { name: "mac" }
builders { name: "mac_rel" }
builders { name: "mac_asan" }