Closed
Bug 1051682
Opened 10 years ago
Closed 10 years ago
Retry kills/removes (and check each retry) in docker worker
Categories
(Taskcluster :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jlal, Unassigned)
Details
The docker worker "kills" and "removes" containers at the end of each task to ensure we don't leave resources lying around... In recent docker versions AUFS "busy" errors seem to be occurring more (or maybe just actually showing) these are not permanent errors and docker does resolve them but the error fails the task so we should retry/verify that the container is in the correct state without relying on docker to get it right =p
Reporter | ||
Comment 1•10 years ago
|
||
Fixed here 6267a047e4a9a70af37f51d7056d19c2a94420bb
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Component: TaskCluster → General
Product: Testing → Taskcluster
Target Milestone: --- → mozilla41
Version: unspecified → Trunk
Comment 2•9 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
•