aboutsummaryrefslogtreecommitdiff
path: root/infra/config
diff options
context:
space:
mode:
authorPatrik Höglund <phoglund@chromium.org>2018-08-10 10:35:41 +0200
committerCommit Bot <commit-bot@chromium.org>2018-08-10 08:36:57 +0000
commit6b70a8c5f1e20e69740ee2396bb0f854a820ee53 (patch)
treefb2905d471ec4b606ea6b4c4474ac34f44d52bdf /infra/config
parent6e62ff34957ffe296c111d7658eb13981b85e825 (diff)
downloadlibyuv-6b70a8c5f1e20e69740ee2396bb0f854a820ee53.tar.gz
Try reordering buckets to work around gerrit tryjob plugin bug
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 <phoglund@chromium.org> Commit-Queue: Patrik Höglund <phoglund@chromium.org>
Diffstat (limited to 'infra/config')
-rw-r--r--infra/config/cq.cfg18
1 files changed, 9 insertions, 9 deletions
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
@@ -15,15 +15,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 }
builders { name: "win_rel" 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" }
+ }
}
}