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

Unified Diff: scripts/slave/recipe_modules/pgo/api.py

Issue 2282913002: Delete all references to GIT_MODE=True from build (Closed)
Patch Set: 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 | « scripts/slave/recipe_modules/legion/example.py ('k') | scripts/slave/recipe_modules/recipe_tryjob/api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 009a15fd7a292c9a842bed583b741d435182cd68..95fda9fab58fef83ca1f784e3cb5922a7352cdac 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'], GIT_MODE=True)
+ self.m.gclient.set_config(bot_config['gclient_config'])
# Augment the solution if needed.
self.m.gclient.c.solutions[0].url += bot_config.get('url_suffix', '')
« no previous file with comments | « scripts/slave/recipe_modules/legion/example.py ('k') | scripts/slave/recipe_modules/recipe_tryjob/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698