mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-07 17:26:49 +08:00
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>
This commit is contained in:
parent
6e62ff3495
commit
6b70a8c5f1
@ -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" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user