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

Issue 2443663002: Pass args in file from task_runner to run_isolated (Closed)

Created:
4 years, 2 months ago by aludwin
Modified:
4 years, 1 month ago
CC:
chromium-reviews, infra-reviews+luci-py_chromium.org
Target Ref:
refs/heads/master
Project:
luci-py
Visibility:
Public.

Description

Pass args in file from task_runner to run_isolated BUG= Committed: https://github.com/luci/luci-py/commit/b57b137e5018958549e2731b10209161ed65ec75

Patch Set 1 #

Total comments: 15

Patch Set 2 : Respond to code review comments other than changes to options processing #

Total comments: 7

Patch Set 3 : Parse argsfile with argparse instead of custom code #

Patch Set 4 : Bump run_isolated version number #

Total comments: 8

Patch Set 5 : More review feedback #

Total comments: 13

Patch Set 6 : Reviews for PS5 #

Patch Set 7 : Rebase to latest master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+96 lines, -25 lines) Patch
M appengine/swarming/swarming_bot/bot_code/task_runner.py View 1 2 3 4 5 6 6 chunks +43 lines, -18 lines 0 comments Download
M appengine/swarming/swarming_bot/bot_code/task_runner_test.py View 1 2 3 4 5 6 2 chunks +14 lines, -5 lines 0 comments Download
M client/run_isolated.py View 1 2 3 4 5 4 chunks +39 lines, -2 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 21 (5 generated)
aludwin
4 years, 2 months ago (2016-10-21 19:56:38 UTC) #2
M-A Ruel
https://codereview.chromium.org/2443663002/diff/1/appengine/swarming/swarming_bot/bot_code/task_runner.py File appengine/swarming/swarming_bot/bot_code/task_runner.py (right): https://codereview.chromium.org/2443663002/diff/1/appengine/swarming/swarming_bot/bot_code/task_runner.py#newcode423 appengine/swarming/swarming_bot/bot_code/task_runner.py:423: fail_on_start = lambda exit_code, stdout: fail_without_command(remote, wrap remote on ...
4 years, 2 months ago (2016-10-21 20:15:20 UTC) #4
aludwin
https://codereview.chromium.org/2443663002/diff/1/appengine/swarming/swarming_bot/bot_code/task_runner.py File appengine/swarming/swarming_bot/bot_code/task_runner.py (right): https://codereview.chromium.org/2443663002/diff/1/appengine/swarming/swarming_bot/bot_code/task_runner.py#newcode423 appengine/swarming/swarming_bot/bot_code/task_runner.py:423: fail_on_start = lambda exit_code, stdout: fail_without_command(remote, On 2016/10/21 20:15:19, ...
4 years, 2 months ago (2016-10-21 20:32:00 UTC) #5
aludwin
https://codereview.chromium.org/2443663002/diff/1/client/run_isolated.py File client/run_isolated.py (right): https://codereview.chromium.org/2443663002/diff/1/client/run_isolated.py#newcode765 client/run_isolated.py:765: So it looks like parser.parse_args can only be called ...
4 years, 1 month ago (2016-10-24 13:33:31 UTC) #6
M-A Ruel
https://codereview.chromium.org/2443663002/diff/20001/appengine/swarming/swarming_bot/bot_code/task_runner.py File appengine/swarming/swarming_bot/bot_code/task_runner.py (right): https://codereview.chromium.org/2443663002/diff/20001/appengine/swarming/swarming_bot/bot_code/task_runner.py#newcode430 appengine/swarming/swarming_bot/bot_code/task_runner.py:430: args_file = open(args_path, "w") with open(... https://codereview.chromium.org/2443663002/diff/20001/client/run_isolated.py File client/run_isolated.py ...
4 years, 1 month ago (2016-10-24 16:26:52 UTC) #7
aludwin
https://codereview.chromium.org/2443663002/diff/20001/appengine/swarming/swarming_bot/bot_code/task_runner.py File appengine/swarming/swarming_bot/bot_code/task_runner.py (right): https://codereview.chromium.org/2443663002/diff/20001/appengine/swarming/swarming_bot/bot_code/task_runner.py#newcode430 appengine/swarming/swarming_bot/bot_code/task_runner.py:430: args_file = open(args_path, "w") On 2016/10/24 16:26:52, M-A Ruel ...
4 years, 1 month ago (2016-10-24 17:05:48 UTC) #8
M-A Ruel
https://codereview.chromium.org/2443663002/diff/20001/appengine/swarming/swarming_bot/bot_code/task_runner.py File appengine/swarming/swarming_bot/bot_code/task_runner.py (right): https://codereview.chromium.org/2443663002/diff/20001/appengine/swarming/swarming_bot/bot_code/task_runner.py#newcode430 appengine/swarming/swarming_bot/bot_code/task_runner.py:430: args_file = open(args_path, "w") On 2016/10/24 17:05:48, aludwin wrote: ...
4 years, 1 month ago (2016-10-24 17:11:53 UTC) #9
aludwin
https://codereview.chromium.org/2443663002/diff/20001/client/run_isolated.py File client/run_isolated.py (right): https://codereview.chromium.org/2443663002/diff/20001/client/run_isolated.py#newcode30 client/run_isolated.py:30: __version__ = '0.8.5' On 2016/10/24 16:26:52, M-A Ruel wrote: ...
4 years, 1 month ago (2016-10-24 18:32:05 UTC) #11
M-A Ruel
https://codereview.chromium.org/2443663002/diff/20001/client/run_isolated.py File client/run_isolated.py (right): https://codereview.chromium.org/2443663002/diff/20001/client/run_isolated.py#newcode30 client/run_isolated.py:30: __version__ = '0.8.5' On 2016/10/24 18:32:05, aludwin wrote: > ...
4 years, 1 month ago (2016-10-24 18:34:11 UTC) #12
M-A Ruel
https://codereview.chromium.org/2443663002/diff/80001/appengine/swarming/swarming_bot/bot_code/task_runner.py File appengine/swarming/swarming_bot/bot_code/task_runner.py (right): https://codereview.chromium.org/2443663002/diff/80001/appengine/swarming/swarming_bot/bot_code/task_runner.py#newcode430 appengine/swarming/swarming_bot/bot_code/task_runner.py:430: with open(args_path, "w") as f: single quotes https://codereview.chromium.org/2443663002/diff/80001/client/run_isolated.py File ...
4 years, 1 month ago (2016-10-24 20:25:09 UTC) #13
aludwin
https://codereview.chromium.org/2443663002/diff/80001/appengine/swarming/swarming_bot/bot_code/task_runner.py File appengine/swarming/swarming_bot/bot_code/task_runner.py (right): https://codereview.chromium.org/2443663002/diff/80001/appengine/swarming/swarming_bot/bot_code/task_runner.py#newcode430 appengine/swarming/swarming_bot/bot_code/task_runner.py:430: with open(args_path, "w") as f: On 2016/10/24 20:25:09, M-A ...
4 years, 1 month ago (2016-10-24 21:03:53 UTC) #14
M-A Ruel
https://codereview.chromium.org/2443663002/diff/100001/appengine/swarming/swarming_bot/bot_code/task_runner.py File appengine/swarming/swarming_bot/bot_code/task_runner.py (right): https://codereview.chromium.org/2443663002/diff/100001/appengine/swarming/swarming_bot/bot_code/task_runner.py#newcode432 appengine/swarming/swarming_bot/bot_code/task_runner.py:432: except (OSError, IOError) as e: (IOError, OSError) https://codereview.chromium.org/2443663002/diff/100001/client/run_isolated.py File ...
4 years, 1 month ago (2016-10-24 21:19:28 UTC) #15
aludwin
https://codereview.chromium.org/2443663002/diff/100001/appengine/swarming/swarming_bot/bot_code/task_runner.py File appengine/swarming/swarming_bot/bot_code/task_runner.py (right): https://codereview.chromium.org/2443663002/diff/100001/appengine/swarming/swarming_bot/bot_code/task_runner.py#newcode432 appengine/swarming/swarming_bot/bot_code/task_runner.py:432: except (OSError, IOError) as e: On 2016/10/24 21:19:28, M-A ...
4 years, 1 month ago (2016-10-24 21:27:00 UTC) #16
M-A Ruel
lgtm
4 years, 1 month ago (2016-10-26 15:35:53 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2443663002/140001
4 years, 1 month ago (2016-10-26 15:37:27 UTC) #19
commit-bot: I haz the power
4 years, 1 month ago (2016-10-26 15:46:15 UTC) #21
Message was sent while issue was closed.
Committed patchset #7 (id:140001) as
https://github.com/luci/luci-py/commit/b57b137e5018958549e2731b10209161ed65ec75

Powered by Google App Engine
This is Rietveld 408576698