mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-06 16:56:55 +08:00
[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>
This commit is contained in:
parent
c349c405a4
commit
791e7be466
@ -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" }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user