Closed
Bug 1266039
Opened 9 years ago
Closed 9 years ago
Generate release promotion specific docker images as a part of release promotion process
Categories
(Release Engineering :: Release Automation, defect)
Release Engineering
Release Automation
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rail, Assigned: rail)
References
Details
Attachments
(2 files)
We can generate images in separate tasks and use them. This way we would optimize on AV refresh times too.
Assignee | ||
Comment 3•9 years ago
|
||
Will be testing on jamun: https://hg.mozilla.org/projects/jamun/rev/4061840a0f97
Assignee | ||
Comment 4•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/47677/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/47677/
Attachment #8743286 -
Flags: review?(bugspam.Callek)
Comment 5•9 years ago
|
||
Comment on attachment 8743286 [details]
MozReview Request: Bug 1266039 - Generate release promotion specific docker images as a part of release promotion process r=Callek a=release DONTBUILD
https://reviewboard.mozilla.org/r/47677/#review44477
::: release/docker/beet-mover/Dockerfile:21
(Diff revision 1)
> wget \
> && apt-get clean
>
> COPY requirements.txt /tmp/
> RUN pip install -r /tmp/requirements.txt
> -RUN freshclam --verbose
> +RUN for i in 1 2 3 4 5; do freshclam --verbose && break || sleep 15; done
could use a comment for why the for i in and break, etc. (and other spot)
Attachment #8743286 -
Flags: review?(bugspam.Callek) → review+
Assignee | ||
Comment 6•9 years ago
|
||
Comment on attachment 8743286 [details]
MozReview Request: Bug 1266039 - Generate release promotion specific docker images as a part of release promotion process r=Callek a=release DONTBUILD
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/47677/diff/1-2/
Assignee | ||
Comment 7•9 years ago
|
||
Comment on attachment 8743286 [details]
MozReview Request: Bug 1266039 - Generate release promotion specific docker images as a part of release promotion process r=Callek a=release DONTBUILD
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/47677/diff/2-3/
Assignee | ||
Comment 9•9 years ago
|
||
Comment on attachment 8743286 [details]
MozReview Request: Bug 1266039 - Generate release promotion specific docker images as a part of release promotion process r=Callek a=release DONTBUILD
https://hg.mozilla.org/integration/mozilla-inbound/rev/9e0834bfce33
https://hg.mozilla.org/releases/mozilla-aurora/rev/17dce614e823
https://hg.mozilla.org/releases/mozilla-esr45/rev/c4d70631b3c6
https://hg.mozilla.org/releases/mozilla-release/rev/4fef52752780
Attachment #8743286 -
Flags: checked-in+
Assignee | ||
Updated•9 years ago
|
Keywords: leave-open
Assignee | ||
Comment 10•9 years ago
|
||
Attachment #8743641 -
Flags: review?(jlund)
Assignee | ||
Comment 11•9 years ago
|
||
Comment on attachment 8743641 [details] [review]
PR for releasetasks
It didn't work in graph2, need to fix it first
Attachment #8743641 -
Flags: review?(jlund)
Comment 12•9 years ago
|
||
bugherder |
Assignee | ||
Comment 13•9 years ago
|
||
Comment on attachment 8743641 [details] [review]
PR for releasetasks
ready now
Attachment #8743641 -
Flags: review?(jlund)
Assignee | ||
Comment 14•9 years ago
|
||
Comment on attachment 8743641 [details] [review]
PR for releasetasks
r+ed in the PR
Attachment #8743641 -
Flags: review?(jlund) → review+
Assignee | ||
Comment 15•9 years ago
|
||
Deployed. We'll see the results in beta1.
Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Comment 16•7 years ago
|
||
Removing leave-open keyword from resolved bugs, per :sylvestre.
Keywords: leave-open
You need to log in
before you can comment on or make changes to this bug.
Description
•