Bug 1098035 - test task file per build type r=lightsofapollo

This commit is contained in:
Greg Arndt
2014-11-26 10:11:35 -08:00
parent f0b4fc1aa9
commit 5e23ffab13
4 changed files with 273 additions and 51 deletions

View File

@@ -185,6 +185,7 @@ class TryGraph(object):
)
for test in build['dependents']:
test = test['allowed_build_tasks'][build['task']]
test_parameters = copy.copy(build_parameters)
test_parameters['build_url'] = build_url
test_parameters['tests_url'] = tests_url