Commit 791e7be4 authored by Ryan Tseng's avatar Ryan Tseng Committed by Commit Bot

[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/1169593Reviewed-by: 's avatarPatrik Höglund <phoglund@chromium.org>
Commit-Queue: Patrik Höglund <phoglund@chromium.org>
parent c349c405
......@@ -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" }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment