Bug 1168979 part 2 - Add symbol uploading as a build dependency; r=mrrrgn

This commit is contained in:
Anthony Miyaguchi
2015-07-06 11:17:33 -07:00
parent 3db9dc5a70
commit f668dd1f70
5 changed files with 66 additions and 1 deletions

View File

@@ -262,6 +262,7 @@ def parse_commit(message, jobs):
# Node for this particular build type
result.append({
'task': build_task,
'post-build': jobs['post-build']['upload-symbols'],
'dependents': extract_tests_from_platform(
jobs['tests'], platform_builds, build_task, tests
),