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 54da3b3559d329880e9815f32a60254b3da006d0..b2b51b30ac973f210c750515c2116ac78a6bdd92 100644 |
--- a/infra/bots/recipe_modules/vars/api.py |
+++ b/infra/bots/recipe_modules/vars/api.py |
@@ -108,7 +108,7 @@ class SkiaVarsApi(recipe_api.RecipeApi): |
self.default_env.update({'SKIA_OUT': self.skia_out, |
'BUILDTYPE': self.configuration}) |
self.is_trybot = self.builder_cfg['is_trybot'] |
- self.patch_storage = self.m.properties.get('patch_storage', '') |
+ self.patch_storage = self.m.properties.get('patch_storage', 'rietveld') |
self.issue = None |
self.patchset = None |
if self.is_trybot: |