Closed
Bug 1423539
Opened 7 years ago
Closed 7 years ago
Update funsize to ubuntu:xenial and python3
Categories
(Release Engineering :: General, enhancement)
Release Engineering
General
Tracking
(firefox59 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox59 | --- | fixed |
People
(Reporter: sfraser, Assigned: sfraser)
References
Details
Attachments
(2 files)
59 bytes,
text/x-review-board-request
|
rail
:
review+
|
Details |
1.18 KB,
patch
|
Details | Diff | Splinter Review |
ubuntu:vivid is now off support, and no more packages are available. This will cause us issues when we come to regenerate the docker images.
Since migrating to python3.5 is fairly straightforward, we should do this at the same time.
This will also allow us to use a feature introduced in Py3.3, which will make optional metric collection easier - ExitStack() allows for optional context managers, so instead of making metric collection mandatory and use `with timer():` we can make it optional.
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → sfraser
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 4•7 years ago
|
||
mozreview-review |
Comment on attachment 8934940 [details]
Bug 1423539 Update funsize docker image and python3
https://reviewboard.mozilla.org/r/205872/#review211462
Attachment #8934940 -
Flags: review?(rail) → review+
Pushed by sfraser@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/78321e463930
Update funsize docker image and python3 r=rail
Backout by dluca@mozilla.com:
https://hg.mozilla.org/mozilla-central/rev/4b94da21a9e6
Backed out changeset 82e312ab3bc2 changes to taskcluster/docker/funsize-update-generator/Dockerfile for clashing with bug 1423539. r=backout a=backout
Comment 7•7 years ago
|
||
bugherder |
Comment 8•7 years ago
|
||
![]() |
||
Comment 9•7 years ago
|
||
That backout is part of bug 1423663 and this bug (bug 1423539) should need no further changes regarding the conflict. The backout comment got only posted in this bug because the backout commit message only mentioned the revision but not the bug number. Sorry for the confusion.
Flags: needinfo?(sawang)
Comment 10•7 years ago
|
||
Sounds there's nothing I need to do.
(tho it's a bit surprising that the system would make a comment on behave of me)
Flags: needinfo?(sawang)
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•