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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/example.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/recipe_modules/chromium_tests/example.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/example.py b/scripts/slave/recipe_modules/chromium_tests/example.py
index f43c25ce3f5a06ab8c2f65bd17ac37f0a05eb251..d2dcd85eff8bb12cdb9e96f5cff83455764c6307 100644
--- a/scripts/slave/recipe_modules/chromium_tests/example.py
+++ b/scripts/slave/recipe_modules/chromium_tests/example.py
@@ -16,7 +16,7 @@ DEPS = [
def RunSteps(api):
api.chromium.set_config('chromium')
- 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 | « scripts/slave/recipe_modules/chromite/api.py ('k') | scripts/slave/recipe_modules/chromium_tests/example.expected/basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698