aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules
diff options
context:
space:
mode:
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