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

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

Issue 2415193002: Add infra_tests.py, recipe, buildbotless bot (Closed)
Patch Set: Fixes 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 | « infra/bots/infra_tests.py ('k') | infra/bots/recipes/swarm_infra.py » ('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 5d60aa0f25f975d662233efa8ea9a1b40d5a4c0c..945cf913fac44254c8ca2298b389f3f5d080b1e9 100644
--- a/infra/bots/recipe_modules/vars/api.py
+++ b/infra/bots/recipe_modules/vars/api.py
@@ -50,7 +50,8 @@ class SkiaVarsApi(recipe_api.RecipeApi):
self.persistent_checkout = (self.is_compile_bot or
'RecreateSKPs' in self.builder_name or
'-CT_' in self.builder_name or
- 'Presubmit' in self.builder_name)
+ 'Presubmit' in self.builder_name or
+ 'InfraTests' in self.builder_name)
if self.persistent_checkout:
if 'Win' in self.builder_name:
self.checkout_root = self.make_path('C:\\', 'b', 'work')
« no previous file with comments | « infra/bots/infra_tests.py ('k') | infra/bots/recipes/swarm_infra.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698