Exclude offline bots from CQ config.
To unblock the CQ, let's remove these bots until they're back. BUG=chromium:550814 TBR=phoglund@webrtc.org Review URL: https://codereview.webrtc.org/1420283013 . Cr-Commit-Position: refs/heads/master@{#10489}
This commit is contained in:
parent
f1104f6d66
commit
32a6eae610
@ -26,9 +26,9 @@ verifiers {
|
||||
try_job {
|
||||
buckets {
|
||||
name: "tryserver.webrtc"
|
||||
builders { name: "android_dbg" }
|
||||
#builders { name: "android_dbg" } # crbug.com/550814
|
||||
builders { name: "android_rel" }
|
||||
builders { name: "android_arm64_rel" }
|
||||
#builders { name: "android_arm64_rel" } # crbug.com/550814
|
||||
builders { name: "android_clang_dbg" }
|
||||
builders { name: "android_gn_dbg" }
|
||||
builders { name: "android_gn_rel" }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user