aboutsummaryrefslogtreecommitdiff
path: root/infra/config/cq.cfg
diff options
context:
space:
mode:
authorkjellander <kjellander@webrtc.org>2015-09-02 01:28:40 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-02 08:28:45 +0000
commitd4563f4dde0e18573a333dc350f67202c0aa7a5d (patch)
tree0b93035b6732406757216088cda89bcf081628d0 /infra/config/cq.cfg
parent71cfe690b709d47432e0bcd12add737e2ed94fe6 (diff)
downloadwebrtc-d4563f4dde0e18573a333dc350f67202c0aa7a5d.tar.gz
Revert of Excluding two troublesome trybots from the CQ config. (patchset #1 id:1 of https://codereview.webrtc.org/1310953006/ )
Reason for revert: Both bots are now back online. Let's try enabling them again. Original issue's description: > Excluding two troublesome trybots from the CQ config. > > Temporary measurement to allow landing of a queue of CLs. > > BUG=524352, 526625 > R=phoglund@webrtc.org > > Committed: https://chromium.googlesource.com/external/webrtc/+/fa7cb8eaa72a33fd8d790674f98b35afbe9d863c TBR=phoglund@webrtc.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=524352, 526625 Review URL: https://codereview.webrtc.org/1305983005 Cr-Commit-Position: refs/heads/master@{#9842}
Diffstat (limited to 'infra/config/cq.cfg')
-rw-r--r--infra/config/cq.cfg6
1 files changed, 2 insertions, 4 deletions
diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg
index 141a93d5d7..e2d3a2cfa6 100644
--- a/infra/config/cq.cfg
+++ b/infra/config/cq.cfg
@@ -26,8 +26,7 @@ verifiers {
try_job {
buckets {
name: "tryserver.webrtc"
- # Temporary disabled due to reliability issues: crbug.com/526625.
- #builders { name: "android" }
+ builders { name: "android" }
builders { name: "android_arm64_rel" }
builders { name: "android_clang" }
builders { name: "android_gn" }
@@ -49,8 +48,7 @@ verifiers {
builders { name: "linux_tsan2" }
builders { name: "mac" }
builders { name: "mac_asan" }
- # Temporary disabled due to reliability issues: crbug.com/524352.
- #builders { name: "mac_baremetal" }
+ builders { name: "mac_baremetal" }
builders { name: "mac_rel" }
builders { name: "mac_x64" }
builders { name: "mac_x64_gn" }