diff options
author | Allen Li <ayatane@chromium.org> | 2018-02-22 13:09:14 -0800 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2018-02-26 11:41:27 -0800 |
commit | e2c9842ea96f40aa6ed3637eba47dc092b406dbc (patch) | |
tree | 9bde06c86ce0c5bf8e5ce104b16773ae2fdf29a9 /scheduler | |
parent | d84961d5381dbd629636859fd789868f78b943dd (diff) | |
download | platform_external_autotest-e2c9842ea96f40aa6ed3637eba47dc092b406dbc.tar.gz platform_external_autotest-e2c9842ea96f40aa6ed3637eba47dc092b406dbc.tar.bz2 platform_external_autotest-e2c9842ea96f40aa6ed3637eba47dc092b406dbc.zip |
[autotest] [2/2] Don't passthrough lucifer gathering flags
BUG=chromium:810141
TEST=None
Change-Id: I0882ff610b8ad52fa367d35dd77da85d7161ab1f
Reviewed-on: https://chromium-review.googlesource.com/932654
Commit-Ready: Allen Li <ayatane@chromium.org>
Tested-by: Allen Li <ayatane@chromium.org>
Reviewed-by: Prathmesh Prabhu <pprabhu@chromium.org>
Diffstat (limited to 'scheduler')
-rw-r--r-- | scheduler/luciferlib.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/scheduler/luciferlib.py b/scheduler/luciferlib.py index 7fe144b42f..89529d3651 100644 --- a/scheduler/luciferlib.py +++ b/scheduler/luciferlib.py @@ -117,14 +117,6 @@ def spawn_gathering_job_handler(manager, job, autoserv_exit, pidfile_id=None): '--num-tests-failed', str(num_tests_failed), '--results-dir', results_dir, ] - # lucifer_run_job arguments - args.extend([ - '--', - # TODO(ayatane): Deprecated. - '-x-need-gather', - # TODO(ayatane): Deprecated. - '-x-num-tests-failed', str(num_tests_failed), - ]) output_file = os.path.join(results_dir, 'job_reporter_output.log') drone.spawn(_JOB_REPORTER_PATH, args, output_file=output_file) return drone |