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

Unified Diff: scripts/slave/recipes/bisection/android_bisect.py

Issue 2275733002: Make bisection recipes explicitly set GIT_MODE (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix some expectations Created 4 years, 4 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/recipes/bisection/android_bisect.expected/basic_android_fyi_perf_bisect.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/bisection/android_bisect.py
diff --git a/scripts/slave/recipes/bisection/android_bisect.py b/scripts/slave/recipes/bisection/android_bisect.py
index 0fc78807d493e6fbb0c4639e801fbaf49e6f1f62..7a847bc6af63f4d22d744ec632d711958d4f7f41 100644
--- a/scripts/slave/recipes/bisection/android_bisect.py
+++ b/scripts/slave/recipes/bisection/android_bisect.py
@@ -100,7 +100,7 @@ def RunSteps(api, mastername, buildername):
api.chromium_android.configure_from_properties(recipe_config, **kwargs)
api.chromium.set_config(recipe_config, **kwargs)
api.chromium_android.c.set_val({'deps_file': 'DEPS'})
- api.gclient.set_config('chromium')
+ api.gclient.set_config('chromium', GIT_MODE=True)
for c in bot_config.get('gclient_apply_config', []):
api.gclient.apply_config(c)
update_step = api.auto_bisect.ensure_checkout()
« no previous file with comments | « no previous file | scripts/slave/recipes/bisection/android_bisect.expected/basic_android_fyi_perf_bisect.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698