Bug 1375904 - Fix funsize routes so we activate funsize on the dmg tasks, so partials should end up being signed. r=aki

MozReview-Commit-ID: FIml3dxQamy

--HG--
extra : rebase_source : 9ea290728ba3c6a96c2b46a17055aed6444e56aa
This commit is contained in:
Justin Wood 2017-06-23 14:04:23 -04:00
parent 4ad350b305
commit 9256b89331

View File

@ -132,7 +132,8 @@ def make_task_description(config, jobs):
'routes': job.get('routes', []),
}
if job.get('use-funsize-route', False):
if 'macosx' not in dep_job.attributes.get('build_platform') and \
job.get('use-funsize-route', False):
task['routes'].append("project.releng.funsize.level-{level}.{project}".format(
project=config.params['project'], level=config.params['level']))