Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(914)

Unified Diff: scripts/slave/recipe_modules/auto_bisect/api.py

Issue 2377113002: Set update gclient config with override deps. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/auto_bisect/example.expected/android_arm64_bisector.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/auto_bisect/api.py
diff --git a/scripts/slave/recipe_modules/auto_bisect/api.py b/scripts/slave/recipe_modules/auto_bisect/api.py
index 72c9be581f3f4ba546e0a9ff713f044997134da6..1e30301f23e06f7f09912b5b27c8a4fd0fcf002d 100644
--- a/scripts/slave/recipe_modules/auto_bisect/api.py
+++ b/scripts/slave/recipe_modules/auto_bisect/api.py
@@ -227,6 +227,8 @@ class AutoBisectApi(recipe_api.RecipeApi):
def _SyncRevisionToTest(self, test_config_params): # pragma: no cover
if not self.internal_bisect:
+ self.m.gclient.c.revisions.update(
+ test_config_params['deps_revision_overrides'])
return self.ensure_checkout(
root_solution_revision=test_config_params['revision'])
else:
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/auto_bisect/example.expected/android_arm64_bisector.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698