Bug 1641131 - [taskgraph] Make 'upload-symbols' tasks copy their dependency's optimization r=Callek

Differential Revision: https://phabricator.services.mozilla.com/D77048
This commit is contained in:
Andrew Halberstadt 2020-05-29 14:42:51 +00:00
Родитель ad57d3a5df
Коммит 12b0e45ee9
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -75,6 +75,7 @@ def fill_template(config, tasks):
# For shippable builds, we want to run these tasks if the build is run.
# XXX Better to run this on promote phase instead?
task['run-on-projects'] = dep.attributes.get('run_on_projects')
task['optimization'] = dep.optimization
else:
# For other builds, these can be requested to upload to the try symbol sever.
task['run-on-projects'] = ['try']