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:
Tom Prince 2019-02-22 23:56:06 +00:00
parent 930a5c2531
commit 0db6b30daf

View File

@ -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']: