зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1529921: Pass `scm_level` to mozharness tasks on windows; r=aki
Differential Revision: https://phabricator.services.mozilla.com/D20893 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
930a5c2531
Коммит
0db6b30daf
|
@ -306,6 +306,8 @@ def mozharness_on_generic_worker(config, job, taskdesc):
|
|||
mh_command.append(r'--extra-config-path '
|
||||
r'.\build\src\{}'.format(path.replace('/', '\\')))
|
||||
|
||||
mh_command.append("--scm-level {}".format(config.params['level']))
|
||||
|
||||
for cfg in run['config']:
|
||||
mh_command.append('--config ' + cfg.replace('/', '\\'))
|
||||
if run['use-magic-mh-args']:
|
||||
|
|
Загрузка…
Ссылка в новой задаче