| 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 7936602fc7339720c56ca155acc23c17fa085d67..3e0c7172de46f9521782fcd16981d61dae86e6f9 100644
|
| --- a/infra/bots/recipe_modules/vars/api.py
|
| +++ b/infra/bots/recipe_modules/vars/api.py
|
| @@ -49,7 +49,8 @@ class SkiaVarsApi(recipe_api.RecipeApi):
|
|
|
| # Compile bots keep a persistent checkout.
|
| self.persistent_checkout = (self.is_compile_bot or
|
| - 'RecreateSKPs' in self.builder_name)
|
| + 'RecreateSKPs' in self.builder_name or
|
| + '-CT_' in self.builder_name)
|
| if self.persistent_checkout:
|
| if 'Win' in self.builder_name:
|
| self.checkout_root = self.make_path('C:\\', 'b', 'work')
|
|
|