From b72a31679c60b98673ff4f3432fda17fdef87389 Mon Sep 17 00:00:00 2001 From: "estaab@chromium.org" Date: Fri, 29 Apr 2016 19:17:22 +0000 Subject: [PATCH] Add recipe roll tryjob to depot_tools CQ as experimental. Depends on http://crrev.com/1787173003. BUG=594265 Review-Url: https://codereview.chromium.org/1792823002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@300365 0039d316-1c4b-4281-b951-d872f2087c98 --- infra/config/cq.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index bb0f98fc6..e2fc25b15 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -33,6 +33,10 @@ verifiers { builders { name: "Depot Tools Presubmit" } + builders { + name: "Recipe Roll Downstream Tester" + experiment_percentage: 100 + } } } }