aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/vars/api.py
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2016-12-02 11:01:33 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-12-02 17:35:33 +0000
commit22f5ef762343bebc7d72ef84a703ae453616c4e6 (patch)
tree88e004edbb75d3cb31a00f9f7c45a6afe29eda02 /infra/bots/recipe_modules/vars/api.py
parentc39f3fb97b71a22761776998a881f8557befb251 (diff)
[nobuildbot] Housekeeper-PerCommit
BUG=skia: Change-Id: I9a6a8970bd70dc52334fc44ed29ea942c29132fc Reviewed-on: https://skia-review.googlesource.com/5507 Reviewed-by: Ravi Mistry <rmistry@google.com> Commit-Queue: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra/bots/recipe_modules/vars/api.py')
-rw-r--r--infra/bots/recipe_modules/vars/api.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/infra/bots/recipe_modules/vars/api.py b/infra/bots/recipe_modules/vars/api.py
index 7a73efdd4a..537a682165 100644
--- a/infra/bots/recipe_modules/vars/api.py
+++ b/infra/bots/recipe_modules/vars/api.py
@@ -52,7 +52,8 @@ class SkiaVarsApi(recipe_api.RecipeApi):
'RecreateSKPs' in self.builder_name or
'-CT_' in self.builder_name or
'Presubmit' in self.builder_name or
- 'InfraTests' in self.builder_name)
+ 'InfraTests' in self.builder_name or
+ self.builder_name == "Housekeeper-PerCommit")
if self.persistent_checkout:
if 'Win' in self.builder_name:
self.checkout_root = self.make_path('C:\\', 'b', 'work')