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

Unified Diff: client/tools/parallel_execution.py

Issue 1932143003: run_isolated: support non-isolated commands (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@run-isolated-download-stats
Patch Set: 80cols Created 4 years, 8 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 | « client/tests/run_isolated_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tools/parallel_execution.py
diff --git a/client/tools/parallel_execution.py b/client/tools/parallel_execution.py
index 064d7e24fd626ee8f0bfff889375d982fc6d11d9..6f851dd4e299fed35969f74640b4fd368a4f7893 100644
--- a/client/tools/parallel_execution.py
+++ b/client/tools/parallel_execution.py
@@ -185,7 +185,7 @@ class OptionParser(logging_utils.OptionParserWithLogging):
if not options.swarming:
self.error('--swarming is required.')
auth.process_auth_options(self, options)
- isolateserver.process_isolate_server_options(self, options, False)
+ isolateserver.process_isolate_server_options(self, options, False, True)
options.dimensions = dict(options.dimensions)
return options, args
« no previous file with comments | « client/tests/run_isolated_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698