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

Unified Diff: scripts/slave/recipes/android/perf.py

Issue 2275643004: Make android recipes explicitly set GIT_MODE (Closed)
Patch Set: Catch dartium android builders 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
Index: scripts/slave/recipes/android/perf.py
diff --git a/scripts/slave/recipes/android/perf.py b/scripts/slave/recipes/android/perf.py
index 2d12892e471ee8d907df0b79e3f2035d79b5bdc2..944e5364f195a5e88d5859bcd98e9223e32629a5 100644
--- a/scripts/slave/recipes/android/perf.py
+++ b/scripts/slave/recipes/android/perf.py
@@ -131,7 +131,7 @@ def RunSteps(api):
api.chromium_android.set_config(builder_config, **kwargs)
api.chromium.set_config(builder_config, **kwargs)
- api.gclient.set_config('perf')
+ api.gclient.set_config('perf', GIT_MODE=True)
api.gclient.apply_config('android')
bot_update_step = api.bot_update.ensure_checkout()

Powered by Google App Engine
This is Rietveld 408576698