зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
ad57d3a5df
Коммит
12b0e45ee9
|
@ -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']
|
||||
|
|
Загрузка…
Ссылка в новой задаче