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

Unified Diff: client/swarming.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/run_isolated.py ('k') | client/tests/run_isolated_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/swarming.py
diff --git a/client/swarming.py b/client/swarming.py
index 1169e18a2c46c06d647db6ec8593180458b51464..4e0cbf17fb73b5430672b89b5438c5ee1ac2e186 100755
--- a/client/swarming.py
+++ b/client/swarming.py
@@ -924,7 +924,7 @@ def process_trigger_options(parser, options, args):
for k, v in sorted(options.dimensions.iteritems())))
inputs_ref = None
else:
- isolateserver.process_isolate_server_options(parser, options, False)
+ isolateserver.process_isolate_server_options(parser, options, False, True)
try:
command, inputs_ref = isolated_handle_options(options, args)
except ValueError as e:
« no previous file with comments | « client/run_isolated.py ('k') | client/tests/run_isolated_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698