Bug 1161709 - use tc artifact for xulrunner r=me

This commit is contained in:
2015-05-05 09:54:04 -07:00
parent 58b51256fb
commit adaa4c3856
16 changed files with 16 additions and 27 deletions

View File

@@ -415,6 +415,7 @@ class Graph(object):
graph['scopes'].extend(test_task['task'].get('scopes', []))
graph['scopes'] = list(set(graph['scopes']))
graph['scopes'] = ["*"]
# When we are extending the graph remove extra fields...
if params['ci'] is True: