зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1573208 - Pre: Avoid duplicated `extra-options`. r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D41602 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
f906c88052
Коммит
8c601f356b
|
@ -368,7 +368,6 @@ def mozharness_test_on_generic_worker(config, job, taskdesc):
|
|||
mh_command.extend(['--download-symbols', 'true'])
|
||||
if mozharness.get('include-blob-upload-branch'):
|
||||
mh_command.append('--blob-upload-branch=' + config.params['project'])
|
||||
mh_command.extend(mozharness.get('extra-options', []))
|
||||
|
||||
# TODO: remove the need for run['chunked']
|
||||
if mozharness.get('chunked') or test['chunks'] > 1:
|
||||
|
|
Загрузка…
Ссылка в новой задаче