зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1381577 - Part Q; Enable funsize routes for windows nightly. r=kmoir
Land date changes to support windows nightlies onto central MozReview-Commit-ID: D8pWqeioF15 --HG-- extra : rebase_source : 22637e690047a87a2a3c2287205ae27ecb873d06
This commit is contained in:
Родитель
b073616543
Коммит
240470920e
|
@ -115,7 +115,14 @@ def make_repackage_signing_description(config, jobs):
|
|||
'run-on-projects': dep_job.attributes.get('run_on_projects'),
|
||||
'treeherder': treeherder,
|
||||
}
|
||||
if 'macosx' in dep_job.attributes.get('build_platform'):
|
||||
|
||||
funsize_platforms = [
|
||||
'macosx64-nightly',
|
||||
'win32-nightly',
|
||||
'win64-nightly'
|
||||
]
|
||||
if dep_job.attributes.get('build_platform') in funsize_platforms and \
|
||||
dep_job.attributes.get('nightly'):
|
||||
route_template = "project.releng.funsize.level-{level}.{project}"
|
||||
task['routes'] = [
|
||||
route_template.format(project=config.params['project'],
|
||||
|
|
Загрузка…
Ссылка в новой задаче