Closed
Bug 1246210
Opened 9 years ago
Closed 9 years ago
Upgrade to docker 1.10.0
Categories
(Taskcluster :: Workers, defect)
Taskcluster
Workers
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dustin, Assigned: garndt)
References
Details
Specifically for the desktop-test systems, which need a bigger /dev/shm.
Greg, are there issues you already know about that we'll need to address beyond changing "1.6.1" to "1.10.0" in the packer script?
Flags: needinfo?(garndt)
Assignee | ||
Comment 1•9 years ago
|
||
I'm not aware of anything that would block us from moving to docker 1.10. Here is a PR where I was testing it out. I need to do some work to find out why it' failing in the worker ci image, but deploying this to a worker type (garndt-test) showed at least some initial tests were ok.
I ran a 1000 tasks and they all completed successfully (although the tasks themselves are not really doing anything).
https://github.com/taskcluster/docker-worker/pull/210
Flags: needinfo?(garndt)
Assignee | ||
Comment 2•9 years ago
|
||
Here are some amis I used to test this out at least on an HVM instance:
--> pv-builder: AMIs were created:
us-east-1: ami-4b577c21
us-west-1: ami-3aa7d15a
us-west-2: ami-042ecf64
--> hvm-builder: AMIs were created:
us-east-1: ami-2b557e41
us-west-1: ami-4bb9cf2b
us-west-2: ami-112dcc71
Here is a task that executed:
https://tools.taskcluster.net/task-inspector/#Pcbu9mEyRLK_RSq4slp80Q/0
Comment 3•9 years ago
|
||
What is left in here?
If it sticks, are we good?
Comment 4•9 years ago
|
||
sheriffs: FYI we upgraded to docker 1.10.0 for TC Linux64 debug test jobs. That's why we had a lot of purple and blue jobs about two hours ago. We have cleared through those [1]. Let us know if you discover something weird.
[1] https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&filter-searchStr=tc%20desktop
Reporter | ||
Comment 5•9 years ago
|
||
The first hurdle will be getting green firefox test jobs with docker-1.10.0, yes. Then we'll push out to try to upgrade other workerTypes -- firefox build, and b2g.
Reporter | ||
Comment 6•9 years ago
|
||
I'm deploying this image to the build workerTypes now:
android-api-*
dbg-linux*
opt-linux*
dbg-macosx64
opt-macosx64
Reporter | ||
Comment 7•9 years ago
|
||
(not restarting all of the existing instances though)
Reporter | ||
Comment 8•9 years ago
|
||
Greg -- we've seen no ill effects from this upgrade on the workerTypes in comment 6, nor on the desktop-test* workers.
Should we ship it out to the rest of the workerTypes?
Flags: needinfo?(garndt)
Assignee | ||
Comment 9•9 years ago
|
||
I would like to get CI working again with 1.10 as well as use 1.10.1 that is now out before rolling out further. I can take over this bug and hopefully get time to work on 1.10.1 soon.
Flags: needinfo?(garndt)
Assignee | ||
Updated•9 years ago
|
Assignee: dustin → garndt
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Docker-Worker → Workers
You need to log in
before you can comment on or make changes to this bug.
Description
•