aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules
diff options
context:
space:
mode:
authorGravatar borenet <borenet@chromium.org>2016-10-19 12:56:43 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-10-19 12:56:43 -0700
commitd6a1defd1f96c5cb7e82cad75edfa57c5f625fa1 (patch)
tree21fcd556b8ae1329a1b0d2d17cf0eb3b4df247d1 /infra/bots/recipe_modules
parentd8765e3455ff3f99cc733f01f8d10d4b0939bbd5 (diff)
Recipe fix for buildbotless bots
Diffstat (limited to 'infra/bots/recipe_modules')
-rw-r--r--infra/bots/recipe_modules/vars/api.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/infra/bots/recipe_modules/vars/api.py b/infra/bots/recipe_modules/vars/api.py
index d36ab13a9d..85e592151a 100644
--- a/infra/bots/recipe_modules/vars/api.py
+++ b/infra/bots/recipe_modules/vars/api.py
@@ -114,6 +114,7 @@ class SkiaVarsApi(recipe_api.RecipeApi):
self.issue = None
self.patchset = None
if self.no_buildbot:
+ self.is_trybot = False
if (self.m.properties.get('issue', '') and
self.m.properties.get('patchset', '')):
self.is_trybot = True