Bug 1154947 part 1: Add routes scopes to taskcluster graph.

This commit is contained in:
Wander Lairson Costa 2015-04-30 16:26:38 -03:00
Родитель a627d44925
Коммит 80c589d3da
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -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.