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

Unified Diff: scripts/slave/recipes/legion/legion.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/legion/legion.py
diff --git a/scripts/slave/recipes/legion/legion.py b/scripts/slave/recipes/legion/legion.py
index a3e7a27ee305a7c61a933a6761f5035f92205a75..9e06659db02d6b29c3f30c92edbbba3364d2b7d1 100644
--- a/scripts/slave/recipes/legion/legion.py
+++ b/scripts/slave/recipes/legion/legion.py
@@ -57,7 +57,7 @@ def RunSteps(api):
'https://omnibot-legion-isolate-server.appspot.com')
api.swarming.swarming_server = (
'https://omnibot-legion-swarming-server.appspot.com')
- api.gclient.set_config('chromium')
+ api.gclient.set_config('chromium', GIT_MODE=True)
api.bot_update.ensure_checkout(force=True)
for name, config in CONFIGS.iteritems():
« no previous file with comments | « scripts/slave/recipes/gyp.expected/fake_test.json ('k') | scripts/slave/recipes/legion/legion.expected/basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698