Closed
Bug 1018102
Opened 11 years ago
Closed 11 years ago
[worker] Add datavolume support for workers
Categories
(Taskcluster :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jlal, Assigned: jlal)
Details
Will fill more in later... The short version is working with large amounts of data (like caches) in the docker worker in works well performance wise but is a huge PITA when working locally (particularly with large mounts of data) and we often have similar (or same) data that needs to be used across multiple jobs.
data-volumes make this much easier with the same performance characteristics as baking it into a single docker image except we can update the data independently from the binaries.
Authentication will be an issue but the same issue as with all other images so this should be almost trivial to add.
| Assignee | ||
Comment 1•11 years ago
|
||
Terrible idea
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
Updated•10 years ago
|
Component: TaskCluster → General
Product: Testing → Taskcluster
Target Milestone: --- → mozilla41
Version: unspecified → Trunk
Comment 2•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
•