From 147038c97f6a19dfabff35c56b086e09089a7de8 Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Sun, 14 Oct 2018 18:07:17 +0200 Subject: [PATCH] cq: explicitly mark presubmit tryjob as not re-usable in CQ. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No change in behavior, just making it explicit how CQ is treating this builder. No-Try: True Bug: chromium:893955 Change-Id: Icf363b44a355af9278541a0c0549e530d679e78f Reviewed-on: https://webrtc-review.googlesource.com/c/105820 Reviewed-by: Patrik Höglund Commit-Queue: Oleh Prypin Cr-Commit-Position: refs/heads/master@{#25157} --- infra/config/cq.cfg | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index c7b5ef923b..a9ffcc8812 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -63,7 +63,12 @@ verifiers { builders { name: "mac_chromium_compile" } builders { name: "mac_compile_dbg" } builders { name: "mac_rel" } - builders { name: "presubmit" } + builders { + name: "presubmit" + # Presubmit builder should be re-run every time CQ is triggered + # for last minute lint, OWNERS, etc checks. + disable_reuse: true + } builders { name: "win_asan" } builders { name: "win_chromium_compile" } builders { name: "win_clang_dbg" }