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

Unified Diff: scripts/slave/recipes/v8/infra_end_to_end.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/v8/auto_tag.py ('k') | scripts/slave/recipes/wasm_llvm.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/v8/infra_end_to_end.py
diff --git a/scripts/slave/recipes/v8/infra_end_to_end.py b/scripts/slave/recipes/v8/infra_end_to_end.py
index e80fef5b1dca7c31c16128cd536d65041e663dd0..2f61de50f33c6466f2eb6423c1f6080d5d3b40e9 100644
--- a/scripts/slave/recipes/v8/infra_end_to_end.py
+++ b/scripts/slave/recipes/v8/infra_end_to_end.py
@@ -67,7 +67,7 @@ TESTS = [
]
def RunSteps(api):
- api.gclient.set_config('build', GIT_MODE=True)
+ api.gclient.set_config('build')
api.bot_update.ensure_checkout(force=True)
for test in TESTS:
« no previous file with comments | « scripts/slave/recipes/v8/auto_tag.py ('k') | scripts/slave/recipes/wasm_llvm.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698