From 791e7be466f1470fdea12bbd94c89e0a753fec55 Mon Sep 17 00:00:00 2001 From: Ryan Tseng Date: Thu, 9 Aug 2018 14:41:48 -0700 Subject: [PATCH] [cq.cfg] Flip all builders (except windows) to LUCI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Commit-Queue: Patrik Höglund --- infra/config/cq.cfg | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 604de7814..e5976c3b2 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" }