Bug 1469757 - partner repack rebuilds pass the partner names incorrectly, r=aki?

MozReview-Commit-ID: ELWlYsnwDlS

--HG--
extra : rebase_source : b8c0a9e629e76c0fe940e28619b2f2fb99d61b99
extra : source : 7804ea539c8d9f47c6ab1b6fe3370668de6f0e69
This commit is contained in:
Nick Thomas 2018-06-21 22:39:09 +12:00
Родитель 90d76a7da4
Коммит e9471867bc
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -73,7 +73,7 @@ def add_command_arguments(config, tasks):
task['run']['options'].append('limit-locale={}'.format(locale))
if 'partner' in config.kind and config.params['release_partners']:
for partner in config.params['release_partners']:
task['run']['options'].append('p={}'.format(partner))
task['run']['options'].append('partner={}'.format(partner))
# The upstream taskIds are stored a special environment variable, because we want to use
# task-reference's to resolve dependencies, but the string handling of MOZHARNESS_OPTIONS