зеркало из https://github.com/mozilla/gecko-dev.git
No bug: [taskgraph] Sort soft-dependencies output to make diffing easier; r=aki
Differential Revision: https://phabricator.services.mozilla.com/D49772 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
5a7d7429f6
Коммит
4900ffa1bc
|
@ -61,7 +61,7 @@ class Task(object):
|
||||||
'label': self.label,
|
'label': self.label,
|
||||||
'attributes': self.attributes,
|
'attributes': self.attributes,
|
||||||
'dependencies': self.dependencies,
|
'dependencies': self.dependencies,
|
||||||
'soft_dependencies': self.soft_dependencies,
|
'soft_dependencies': sorted(self.soft_dependencies),
|
||||||
'optimization': self.optimization,
|
'optimization': self.optimization,
|
||||||
'task': self.task,
|
'task': self.task,
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче