From 925b910ac3e7a3560311f4ae7fe387d061bd5ee3 Mon Sep 17 00:00:00 2001 From: martiniss Date: Wed, 7 Sep 2016 15:38:28 -0700 Subject: [PATCH] Revert of Require recipe tryjob in CQ (patchset #1 id:1 of https://codereview.chromium.org/2157503003/ ) Reason for revert: Downstream tester messed up now, see https://crbug.com/644609 Original issue's description: > Require recipe tryjob in CQ > > BUG=628801 > > Committed: https://chromium.googlesource.com/chromium/tools/depot_tools/+/ac74456f1e697f38598cda9b1c1acedb80702c7a TBR=phajdan.jr@chromium.org,estaab@chromium.org,iannucci@chromium.org NOTRY=true (no try because the tester itself is broken) # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=628801, 644609 Review-Url: https://codereview.chromium.org/2322763002 --- infra/config/cq.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index a7a5cb230..a2afdf4d9 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -21,7 +21,10 @@ verifiers { buckets { name: "luci.infra.try" builders { name: "Depot Tools Presubmit" } - builders { name: "Recipe Roll Downstream Tester" } + builders { + name: "Recipe Roll Downstream Tester" + experiment_percentage: 100 + } } } }