Commit 6b70a8c5 authored by Patrik Höglund's avatar Patrik Höglund Committed by Commit Bot

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/1170688Reviewed-by: 's avatarPatrik Höglund <phoglund@chromium.org>
Commit-Queue: Patrik Höglund <phoglund@chromium.org>
parent 6e62ff34
......@@ -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" }
}
}
}
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