| Index: infra/bots/recipe_modules/vars/api.py
|
| diff --git a/infra/bots/recipe_modules/vars/api.py b/infra/bots/recipe_modules/vars/api.py
|
| index d36ab13a9da1aa0e19b2c22c2dad49fc65268c67..85e592151a4ee58f836d528afcd1a23a857d08aa 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
|
|
|