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

Unified Diff: infra/recipes/canary.py

Issue 2276033004: Make chromium canary recipe explicitly set GIT_MODE (Closed)
Patch Set: Make chromium canary recipe explicitly set GIT_MODE 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 | infra/recipes/canary.expected/basic.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/recipes/canary.py
diff --git a/infra/recipes/canary.py b/infra/recipes/canary.py
index e058e52717b6ba0751949dd2f66f4e0c9dad5aad..687bed1238eb4b891c5ebf559a318309d985425a 100644
--- a/infra/recipes/canary.py
+++ b/infra/recipes/canary.py
@@ -11,7 +11,7 @@ DEPS = [
]
def RunSteps(api):
- api.gclient.set_config('chromium')
+ api.gclient.set_config('chromium', GIT_MODE=True)
api.bot_update.ensure_checkout(force=True)
def GenTests(api):
« no previous file with comments | « no previous file | infra/recipes/canary.expected/basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698