Bug 1415621: Support checking comm-central in mozharness windows builds. r=dustin

MozReview-Commit-ID: ChFc93tzoEE

--HG--
extra : rebase_source : 7de8198e8e25817688101737f291347cce628600
This commit is contained in:
Tom Prince 2017-10-24 13:53:08 -06:00
Родитель 6bd8766b04
Коммит 1a753b5398
1 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -268,6 +268,15 @@ def mozharness_on_generic_worker(config, job, taskdesc):
head_rev=env['GECKO_HEAD_REV'],
path='.\\build\\src')
if run['comm-checkout']:
hg_commands.extend(
checkout_repo(
base_repo=env['COMM_BASE_REPOSITORY'],
head_repo=env['COMM_HEAD_REPOSITORY'],
head_rev=env['COMM_HEAD_REV'],
path='.\\build\\src\\comm')
)
worker['command'] = []
if taskdesc.get('needs-sccache'):
worker['command'].extend([