Closed
Bug 1343107
Opened 8 years ago
Closed 8 years ago
Stop using tc-vcs based images
Categories
(Release Engineering :: Release Automation, defect, P1)
Release Engineering
Release Automation
Tracking
(firefox54 fixed)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox54 | --- | fixed |
People
(Reporter: rail, Assigned: rail)
References
Details
Attachments
(3 files)
in bug 1343104 we hit an issue where we had no tc-vcs images for mozilla-esr52, so at least 2 types of tasks failed:
1) source generation
2) docker image generation
We should revise those tasks and make sure we use newer images with robustcheckout
| Assignee | ||
Comment 1•8 years ago
|
||
I can look at this sometimes this/next week.
Assignee: nobody → rail
Priority: -- → P1
| Assignee | ||
Comment 2•8 years ago
|
||
I briefly looked at the current implementation and it looks like we need to implement "taskcluster-build-image" and move our images to https://dxr.mozilla.org/mozilla-central/source/taskcluster/docker/
Also need to update releasetasks to use the new image and fix/add env variables:
* Add IMAGE_NAME
* Prepend hg related env vars with GECKO_
* use default command (no need to pass one)
| Assignee | ||
Comment 3•8 years ago
|
||
Pushed this to jamun https://hg.mozilla.org/projects/jamun/rev/566f1645544684b3eb7484719f050c53fcccaf54
I also need to update releasetasks to use the newer image
| Assignee | ||
Comment 4•8 years ago
|
||
Looks like this is going t work: https://tools.taskcluster.net/task-inspector/#Qp1og4bWQe6OMsm3QzBEVQ/
| Assignee | ||
Comment 5•8 years ago
|
||
Example run: https://tools.taskcluster.net/task-inspector/#Qp1og4bWQe6OMsm3QzBEVQ/
I'm going to start a jamun-based release to make sure everything works as expected before I deploy this.
Attachment #8843133 -
Flags: review?(nthomas)
| Comment hidden (mozreview-request) |
Comment 7•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8843135 [details]
Bug 1343107 - Fix linter failures a=release
https://reviewboard.mozilla.org/r/116902/#review118536
Attachment #8843135 -
Flags: review?(nthomas) → review+
Updated•8 years ago
|
Attachment #8843133 -
Flags: review?(nthomas) → review+
| Assignee | ||
Comment 8•8 years ago
|
||
Comment on attachment 8843133 [details] [review]
PR
Deployed
Attachment #8843133 -
Flags: checked-in+
Pushed by raliiev@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f65f60dc44c2
Move release images under taskcluster/docker r=nthomas a=release
| Assignee | ||
Comment 10•8 years ago
|
||
| Assignee | ||
Comment 11•8 years ago
|
||
Still need to uplift this to aurora, release and esr45
| Comment hidden (mozreview-request) |
| Assignee | ||
Updated•8 years ago
|
Attachment #8843135 -
Flags: review+ → review?(nthomas)
Comment 13•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8843135 [details]
Bug 1343107 - Fix linter failures a=release
https://reviewboard.mozilla.org/r/116902/#review118576
Attachment #8843135 -
Flags: review?(nthomas) → review+
| Assignee | ||
Comment 14•8 years ago
|
||
Comment 15•8 years ago
|
||
Pushed by raliiev@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7217c21ffbc2
Fix linter failures r=nthomas a=release
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
Comment 19•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8843239 [details]
Bug 1343107 - Fix docker image location on esr52 a=release
https://reviewboard.mozilla.org/r/117030/#review118622
Thanks!
Attachment #8843239 -
Flags: review?(jcristau) → review+
Comment 20•8 years ago
|
||
A little bit more of context regarding attachment 8843239 [details]. 52.0esr build 3 failed because of [1]. The root cause is: {beetmover, funsize} images have been moved to taskcluster/docker instead of testing/docker. The reason behind the confusion is the following: on jamun every image is under taskcluster/docker, whereas on esr52, they live under testing/docker.
Thanks to jcristau's help, we decided to put every image at the same directory, which is testing/docker on ESR52. This landed on esr52 at: https://hg.mozilla.org/releases/mozilla-esr52/rev/9ddc2f6bc37d8a4eab32c59823e11d2b4d68d61e
This change requires to spin a build number 4.
[1] https://tools.taskcluster.net/task-group-inspector/#/h_8hgEwSTeWCV40FReICaw/OYhxrEqzTuiGNm6vFI9nKg?_k=6ch43e
Comment 21•8 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 22•8 years ago
|
||
Aurora:
remote: https://hg.mozilla.org/releases/mozilla-aurora/rev/a1baf7a379fcb23a5f319acffefc3c4ff475e293
remote: https://hg.mozilla.org/releases/mozilla-aurora/rev/11167d5216199b4eb6bf17aaae13bc3adde31c6e
Release:
remote: https://hg.mozilla.org/releases/mozilla-release/rev/49f810c15889b9f971aa89a9398b5647c6c57694
remote: https://hg.mozilla.org/releases/mozilla-release/rev/54bcdbba8b56e6de254ad65f9c91c3c4593decf7
remote: https://hg.mozilla.org/releases/mozilla-release/rev/ed3f666f580073edf76b538c3dde6badd81c7d40
You need to log in
before you can comment on or make changes to this bug.
Description
•