Index: scripts/slave/recipe_modules/v8/api.py |
diff --git a/scripts/slave/recipe_modules/v8/api.py b/scripts/slave/recipe_modules/v8/api.py |
index 6e70035c1dc29e43ca59cbfe3537af3ba4f4ca4d..76787da24c662b7e67a8175619331212886d6d62 100644 |
--- a/scripts/slave/recipe_modules/v8/api.py |
+++ b/scripts/slave/recipe_modules/v8/api.py |
@@ -163,10 +163,9 @@ class V8Api(recipe_api.RecipeApi): |
solution.revision = revision |
update_step = self.m.bot_update.ensure_checkout( |
no_shallow=True, |
- patch_root=[None, 'v8'][bool(self.m.tryserver.is_tryserver)], |
+ patch_root='TODO(TANDRII): REMOVE THIS TRANSITION TO patch_projects', |
output_manifest=True, |
with_branch_heads=needs_branch_heads, |
- patch_project_roots={'v8': []}, |
**kwargs) |
assert update_step.json.output['did_run'] |