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

Unified Diff: scripts/slave/recipes/chromedriver.py

Issue 2269263002: Make all the rest of the recipes explicitly specify GIT_MODE (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase 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/chromedriver.py
diff --git a/scripts/slave/recipes/chromedriver.py b/scripts/slave/recipes/chromedriver.py
index 81a687cb9d32c4862d4d2ca5eaf6cdb78170eab7..d49c4374ffb96e6fbe2824e3f1aa045a47acbc11 100644
--- a/scripts/slave/recipes/chromedriver.py
+++ b/scripts/slave/recipes/chromedriver.py
@@ -56,7 +56,7 @@ def RunSteps(api):
update_test_log = builder.get('update_test_log')
platform = builder.get('chromedriver_platform')
- api.gclient.set_config('chromium')
+ api.gclient.set_config('chromium', GIT_MODE=True)
api.gclient.apply_config('android')
api.gclient.apply_config('chromedriver')
api.bot_update.ensure_checkout()

Powered by Google App Engine
This is Rietveld 408576698