Bug 1185643: use in-tree mozharness for builds; r=wander

This required moving the custom mozharness configs out of the builder image
(which puts them in ~, where mozharness no longer looks) and moving them into
mozharness itself.
This commit is contained in:
Dustin J. Mitchell
2015-07-27 15:21:15 -04:00
parent 69688a8e9b
commit aa52306650
9 changed files with 6 additions and 42 deletions

View File

@@ -283,6 +283,8 @@ class Graph(object):
jobs = templates.load(job_path, {})
job_graph = parse_commit(message, jobs)
# once everything uses in-tree mozharness (bug 1187706), this can go away.
mozharness = load_mozharness_info()
# Template parameters used when expanding the graph