From 6b70a8c5f1e20e69740ee2396bb0f854a820ee53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20H=C3=B6glund?= Date: Fri, 10 Aug 2018 10:35:41 +0200 Subject: Try reordering buckets to work around gerrit tryjob plugin bug MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With several buckets, it appears the gerrit tryjobs plugin only displays the first bucket. In that case we want to display the main UCI bucket rather than the win stragglers in buildbot. No-try: True Tbr: fbarchard@chromium.org Bug: chromium:869249 Change-Id: I50dcbf668d29becbe493601be8b9db089de78b85 Reviewed-on: https://chromium-review.googlesource.com/1170688 Reviewed-by: Patrik Höglund Commit-Queue: Patrik Höglund --- infra/config/cq.cfg | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'infra/config') diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 53bdaf7e..c83e6a6e 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -14,15 +14,6 @@ verifiers { } try_job { - buckets { - name: "master.tryserver.libyuv" - builders { name: "win" } - builders { name: "win_rel" } - builders { name: "win_x64_rel" } - builders { name: "win_clang" } - builders { name: "win_clang_rel" } - builders { name: "win_x64_clang_rel" } - } buckets { name: "luci.libyuv.try" builders { name: "win" experiment_percentage: 100 } @@ -60,5 +51,14 @@ verifiers { experiment_percentage: 100 } } + buckets { + name: "master.tryserver.libyuv" + builders { name: "win" } + builders { name: "win_rel" } + builders { name: "win_x64_rel" } + builders { name: "win_clang" } + builders { name: "win_clang_rel" } + builders { name: "win_x64_clang_rel" } + } } } -- cgit v1.2.3