Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Unified Diff: infra/bots/recipe_modules/vars/api.py

Issue 2435803003: Recipe fix for buildbotless bots (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | infra/bots/recipes/swarm_test.expected/nobuildbot.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | infra/bots/recipes/swarm_test.expected/nobuildbot.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698