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

Unified Diff: scripts/slave/recipe_modules/recipe_tryjob/api.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/recipe_tryjob/api.py
diff --git a/scripts/slave/recipe_modules/recipe_tryjob/api.py b/scripts/slave/recipe_modules/recipe_tryjob/api.py
index d6c4bd73dbd0231ff924c4e58825e9823c9dfcd9..40065835310eb7655171ee45aaca297ab3255ee5 100644
--- a/scripts/slave/recipe_modules/recipe_tryjob/api.py
+++ b/scripts/slave/recipe_modules/recipe_tryjob/api.py
@@ -267,7 +267,7 @@ class RecipeTryjobApi(recipe_api.RecipeApi):
root_dir = self.m.path['slave_build']
# Needed to set up the infra checkout, for _python
- self.m.gclient.set_config('infra')
+ self.m.gclient.set_config('infra', GIT_MODE=True)
self.m.gclient.c.solutions[0].revision = 'origin/master'
self.m.gclient.checkout()
self.m.gclient.runhooks()

Powered by Google App Engine
This is Rietveld 408576698