From 7352804849012c1b6f47d4dbba87a75d9978a1f1 Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Mon, 29 Feb 2016 10:33:50 +0100 Subject: [PATCH] Disable CQ since being flooded with jobs BUG=chromium:590671 TBR=tandrii@chromium.org Review URL: https://codereview.webrtc.org/1749673002 . Cr-Commit-Position: refs/heads/master@{#11807} --- infra/config/cq.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 84498ecd62..e93a81074a 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -9,6 +9,9 @@ max_commit_burst: 1 hide_ref_in_committed_msg: true target_ref: "refs/pending/heads/master" +# Disabled until crbug.com/590671 is resolved. +in_production: false + rietveld { url: "https://codereview.webrtc.org" }