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

Unified Diff: scripts/slave/recipe_modules/pgo/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/pgo/api.py
diff --git a/scripts/slave/recipe_modules/pgo/api.py b/scripts/slave/recipe_modules/pgo/api.py
index 95fda9fab58fef83ca1f784e3cb5922a7352cdac..009a15fd7a292c9a842bed583b741d435182cd68 100644
--- a/scripts/slave/recipe_modules/pgo/api.py
+++ b/scripts/slave/recipe_modules/pgo/api.py
@@ -103,7 +103,7 @@ class PGOApi(recipe_api.RecipeApi):
Do a PGO build. This takes care of building an instrumented image, profiling
it and then compiling the optimized version of it.
"""
- self.m.gclient.set_config(bot_config['gclient_config'])
+ self.m.gclient.set_config(bot_config['gclient_config'], GIT_MODE=True)
# Augment the solution if needed.
self.m.gclient.c.solutions[0].url += bot_config.get('url_suffix', '')

Powered by Google App Engine
This is Rietveld 408576698