зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1154947 part 1: Add routes scopes to taskcluster graph.
This commit is contained in:
Родитель
a627d44925
Коммит
80c589d3da
|
@ -327,6 +327,8 @@ class Graph(object):
|
|||
|
||||
graph['scopes'].append(define_task)
|
||||
graph['scopes'].extend(build_task['task'].get('scopes', []))
|
||||
route_scopes = map(lambda route: 'queue:route:' + route, build_task['task'].get('routes', []))
|
||||
graph['scopes'].extend(route_scopes)
|
||||
|
||||
# Treeherder symbol configuration for the graph required for each
|
||||
# build so tests know which platform they belong to.
|
||||
|
|
Загрузка…
Ссылка в новой задаче