Closed
Bug 1508856
Opened 7 years ago
Closed 7 years ago
Handle 424 errors fetching actions.json
Categories
(Taskcluster :: UI, defect)
Taskcluster
UI
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dustin, Assigned: hassan)
References
Details
(Whiteboard: taskcluster-web)
https://tools.taskcluster.net/groups/D1nekZ1rSx2dXzDygIAlxA
shows
HTTP 424
Artifact "public/actions.json" not found at "/build/repo/actions.json"
What's happened here is that docker-worker tried to upload that artifact, but couldn't find the file on-disk. So it uploaded an error artifact with stauts code 424 instead. The tools UI knows it should ignore 404's for actions.json, but not 424's. It should ignore 424's too.
https://taskcluster-web.netlify.com/tasks/D1nekZ1rSx2dXzDygIAlxA just says "Dependency failed" across the top. I'm not sure what that means, but the task has no dependencies. So it might need the same treatment.
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → helfi92
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Whiteboard: taskcluster-web
Updated•7 years ago
|
Component: Tools → UI and Tools
You need to log in
before you can comment on or make changes to this bug.
Description
•