aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/core/__init__.py
diff options
context:
space:
mode:
authorGravatar rmistry <rmistry@google.com>2016-08-24 05:07:06 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-24 05:07:06 -0700
commit3f1c9c0a7227d4ea45c39eb1e596538bb483f65a (patch)
tree55208de5c2469cc70cedce760ae3a753d75f0b66 /infra/bots/recipe_modules/core/__init__.py
parent6a88206b2ece8b64534c87fca156e5fe161f884e (diff)
Apply gerrit ref if it is a Gerrit patch.
Also: * Pass through a new property 'patch_storage' to DM/Nanobench/Coverage. This will be used by the different frameworks to figure out if it is Rietveld or Gerrit issue. * Calculate issue and patchset for Gerrit patches similar to Rietveld. BUG=skia:5627 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2263323002 Review-Url: https://codereview.chromium.org/2263323002
Diffstat (limited to 'infra/bots/recipe_modules/core/__init__.py')
-rw-r--r--infra/bots/recipe_modules/core/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/infra/bots/recipe_modules/core/__init__.py b/infra/bots/recipe_modules/core/__init__.py
index df4078b271..8fe6053715 100644
--- a/infra/bots/recipe_modules/core/__init__.py
+++ b/infra/bots/recipe_modules/core/__init__.py
@@ -4,6 +4,7 @@
DEPS = [
'build/file',
+ 'depot_tools/bot_update',
'depot_tools/gclient',
'depot_tools/tryserver',
'flavor',