Closed Bug 1244159 Opened 9 years ago Closed 8 years ago

taskcluster-worker: Implement Artifact Plugin

Categories

(Taskcluster :: Workers, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: pmoore, Unassigned)

References

Details

This plugin will be responsible for publishing task artifacts.
Component: Generic-Worker → Worker
Plugin should be able to:

1. iterate over list of artifacts defined in the task payload
2. Ensure artifact exists in the sandbox
3. Retrieve an io.Reader from the sandbox for the file
4. Create artifact in the queue
5. Upload (with retries/backoff)
This is done, isn't it?
Flags: needinfo?(pmoore)
Yes! Many thanks to :bstack.

Example task run: https://tools.taskcluster.net/task-inspector/#Sx1lI_hFR6-NCDPcRdgOKQ/0
Code: https://github.com/taskcluster/taskcluster-worker/blob/a217b4748d74d73db3fc51a91a22e59d18176418/plugins/artifacts/artifacts.go
Status: NEW → RESOLVED
Closed: 8 years ago
Flags: needinfo?(pmoore)
Resolution: --- → FIXED
Component: Worker → Workers
You need to log in before you can comment on or make changes to this bug.