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

Unified Diff: scripts/slave/recipes/perf/telemetry_harness_upload.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/recipes/pdfium.py ('k') | scripts/slave/recipes/run_presubmit.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/perf/telemetry_harness_upload.py
diff --git a/scripts/slave/recipes/perf/telemetry_harness_upload.py b/scripts/slave/recipes/perf/telemetry_harness_upload.py
index 7f80e496591f078619bbc43c46c6593fa5319d5e..a90a6a448f2b3ee898144568e04eabae0f12d5f3 100644
--- a/scripts/slave/recipes/perf/telemetry_harness_upload.py
+++ b/scripts/slave/recipes/perf/telemetry_harness_upload.py
@@ -20,7 +20,7 @@ def RunSteps(api):
kwargs['TARGET_ARCH'] = 'arm'
api.chromium.set_config('chromium', **kwargs)
- api.gclient.set_config('chromium', GIT_MODE=True, **kwargs)
+ api.gclient.set_config('chromium', **kwargs)
api.gclient.apply_config('android')
step_result = api.bot_update.ensure_checkout()
# Whatever step is run right before this line needs to emit got_revision.
« no previous file with comments | « scripts/slave/recipes/pdfium.py ('k') | scripts/slave/recipes/run_presubmit.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698