Closed
Bug 1173026
Opened 10 years ago
Closed 10 years ago
Gecko decision task is failing on try due to missing file
Categories
(Taskcluster :: General, defect)
Taskcluster
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: chmanchester, Assigned: chmanchester)
References
Details
Attachments
(1 file)
See: https://treeherder.mozilla.org/#/jobs?repo=try&exclusion_profile=false&fromchange=9ee9829d3265&filter-searchStr=3b3bb91e6817188cf0525fccac5be776207f234b
The full error is:
TemplatesException: Error expanding parent ("/home/worker/workspace/gecko/testing/taskcluster/tasks/opt_linux64.yml") of "/home/worker/workspace/gecko/testing/taskcluster/tasks/builds/dbg_linux64.yml" original error "/home/worker/workspace/gecko/testing/taskcluster/tasks/opt_linux64.yml" is not a file
File "/home/worker/workspace/gecko/testing/taskcluster/mach_commands.py", line 261, in create_graph
build_task = templates.load(build['task'], build_parameters)
File "/home/worker/workspace/gecko/testing/taskcluster/taskcluster_graph/templates.py", line 131, in load
return self.render(path, content, parameters, seen)
File "/home/worker/workspace/gecko/testing/taskcluster/taskcluster_graph/templates.py", line 106, in render
return self._inherits(path, result, parameters, seen)
File "/home/worker/workspace/gecko/testing/taskcluster/taskcluster_graph/templates.py", line 84, in _inherits
raise TemplatesException(msg.format(template, path, str(e)))
Assignee | ||
Comment 1•10 years ago
|
||
Bug 1173026 - Fix typo in path to taskcluster build definition.;r=mrrrgn
Attachment #8617468 -
Flags: review?(winter2718)
Assignee | ||
Comment 2•10 years ago
|
||
Updated•10 years ago
|
Component: General Automation → TaskCluster
Product: Release Engineering → Testing
QA Contact: catlee
Updated•10 years ago
|
Attachment #8617468 -
Flags: review?(winter2718) → review+
Comment 4•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
Updated•10 years ago
|
status-firefox41:
fixed → ---
Component: TaskCluster → General
Product: Testing → Taskcluster
Version: unspecified → Trunk
Comment 5•10 years ago
|
||
Resetting Version and Target Milestone that accidentally got changed...
Target Milestone: mozilla41 → ---
Version: Trunk → unspecified
You need to log in
before you can comment on or make changes to this bug.
Description
•