aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/vars
diff options
context:
space:
mode:
authorGravatar Ravi Mistry <rmistry@google.com>2017-05-18 12:44:40 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-05-18 17:16:39 +0000
commit94df1841ec695e01ba22c475c011a0a531a20262 (patch)
treeb32fd5ccfaac3916c5ddcdd8b2ec9a89030e6c62 /infra/bots/recipe_modules/vars
parent84911546b9535a2fff6c5e07f588f175d5a04f45 (diff)
Use persistent checkout for UpdateMetaConfig bot
Bot is failing without this. BUG=skia:6591 Change-Id: I29cf5e18a7fa240d3e45bdadf83c1f91060f45f5 Reviewed-on: https://skia-review.googlesource.com/17319 Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Ravi Mistry <rmistry@google.com>
Diffstat (limited to 'infra/bots/recipe_modules/vars')
-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 e48de5bee6..2c23f7af85 100644
--- a/infra/bots/recipe_modules/vars/api.py
+++ b/infra/bots/recipe_modules/vars/api.py
@@ -40,6 +40,7 @@ class SkiaVarsApi(recipe_api.RecipeApi):
# Compile bots keep a persistent checkout.
self.persistent_checkout = (self.is_compile_bot or
'RecreateSKPs' in self.builder_name or
+ 'UpdateMetaConfig' in self.builder_name or
'-CT_' in self.builder_name or
'Presubmit' in self.builder_name or
'InfraTests' in self.builder_name or