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

Unified Diff: scripts/tools/run_recipe.py

Issue 2427763002: Remove use of "use_mirror" recipe property. (Closed)
Patch Set: Created 4 years, 2 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/perf_dashboard/example.expected/win_use_mirror.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/tools/run_recipe.py
diff --git a/scripts/tools/run_recipe.py b/scripts/tools/run_recipe.py
index 7bc7762bb585fcd91189e8d49b8ac2e86934b66d..65ec48f5f093070de4a3a0f737a453ba246e82e5 100755
--- a/scripts/tools/run_recipe.py
+++ b/scripts/tools/run_recipe.py
@@ -111,7 +111,6 @@ def get_properties_from_file(filename):
def main(args):
"""Gets the recipe name and properties and runs an annotated run."""
properties, master_overrides_slave = parse_args(args)
- properties.setdefault('use_mirror', False)
if not os.path.exists(SLAVE_DIR):
os.makedirs(SLAVE_DIR)
« no previous file with comments | « scripts/slave/recipe_modules/perf_dashboard/example.expected/win_use_mirror.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698