aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/core/api.py
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/recipe_modules/core/api.py')
-rw-r--r--infra/bots/recipe_modules/core/api.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/infra/bots/recipe_modules/core/api.py b/infra/bots/recipe_modules/core/api.py
index e65073cb36..bc96d99a85 100644
--- a/infra/bots/recipe_modules/core/api.py
+++ b/infra/bots/recipe_modules/core/api.py
@@ -140,6 +140,9 @@ class SkiaApi(recipe_api.RecipeApi):
self.m.vars.got_revision = (
update_step.presentation.properties['got_revision'])
self.m.tryserver.maybe_apply_issue()
+ if self.m.properties.get('patch_storage') == 'gerrit':
+ self.m.bot_update.apply_gerrit_ref(
+ root=str(self.m.vars.checkout_root.join('skia')))
if self.m.vars.need_chromium_checkout:
self.m.gclient.runhooks(cwd=self.m.vars.checkout_root,