aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkjellander <kjellander@webrtc.org>2016-01-14 02:03:23 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-14 10:03:31 +0000
commit35aae2e5cab191f820ad6757b1092e22a43e426b (patch)
treefd9a4dc4f64b9775f0ce872fd1ae75a1060cb724
parentff2a6351e0ad81ef8123c368fc17eeab40e66c71 (diff)
downloadwebrtc-35aae2e5cab191f820ad6757b1092e22a43e426b.tar.gz
Remove libfuzzer trybot from default trybot set.
BUG=chromium:577566 TBR=pbos@webrtc.org NOTRY=True Review URL: https://codereview.webrtc.org/1585963002 Cr-Commit-Position: refs/heads/master@{#11245}
-rw-r--r--infra/config/cq.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg
index b248cef9c3..4c49280f0f 100644
--- a/infra/config/cq.cfg
+++ b/infra/config/cq.cfg
@@ -45,7 +45,8 @@ verifiers {
builders { name: "linux_compile_dbg" }
builders { name: "linux_gn_dbg" }
builders { name: "linux_gn_rel" }
- builders { name: "linux_libfuzzer_rel" }
+ # Disabled, see http://crbug.com/577566 for details.
+ #builders { name: "linux_libfuzzer_rel" }
builders { name: "linux_msan" }
builders { name: "linux_rel" }
builders { name: "linux_tsan2" }