Closed
Bug 1334538
Opened 8 years ago
Closed 8 years ago
Enable sha1 repacks and bouncer aliases in ESR52
Categories
(Release Engineering :: Release Automation: Other, defect, P1)
Release Engineering
Release Automation: Other
Tracking
(firefox54 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox54 | --- | fixed |
People
(Reporter: rail, Assigned: rail)
References
Details
Attachments
(5 files)
(deleted),
text/x-review-board-request
|
jlorenzo
:
review+
rail
:
checked-in+
|
Details |
(deleted),
text/x-review-board-request
|
jlorenzo
:
review+
rail
:
checked-in+
|
Details |
(deleted),
text/x-github-pull-request
|
jlund
:
review+
|
Details |
(deleted),
text/x-review-board-request
|
jlund
:
review+
rail
:
checked-in+
|
Details |
(deleted),
text/x-review-board-request
|
jlund
:
review+
rail
:
checked-in+
|
Details |
We are going to redirect all XP new downloads to ESR52
Assignee | ||
Updated•8 years ago
|
Component: Releases → Release Automation
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Comment 3•8 years ago
|
||
The first patch will be uplifted up to beta, the second one up to aurora.
Comment 4•8 years ago
|
||
mozreview-review |
Comment on attachment 8831223 [details]
Bug 1334538 - Stop updating bouncer aliases in Firefox Beta 53. a=release DONTBUILD
https://reviewboard.mozilla.org/r/107796/#review109208
This is coherent with bug 1290179. IIUC, thanks to this patch, we stop allowing new downloads on beta (and the next patch stops release). LGTM, then.
Attachment #8831223 -
Flags: review?(jlorenzo) → review+
Comment 5•8 years ago
|
||
mozreview-review |
Comment on attachment 8831222 [details]
Bug 1334538 - Do not update SHA1 bouncer aliases in Firefox 52. a=release DONTBUILD
https://reviewboard.mozilla.org/r/107794/#review109210
Attachment #8831222 -
Flags: review?(jlorenzo) → review+
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → rail
Pushed by raliiev@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/52219cacfe87
Do not update SHA1 bouncer aliases in Firefox 52. r=jlorenzo a=release DONTBUILD
https://hg.mozilla.org/integration/autoland/rev/9f4dbf7fdbdd
Stop updating bouncer aliases in Firefox Beta 53. r=jlorenzo a=release DONTBUILD
Comment 7•8 years ago
|
||
bugherder |
Assignee | ||
Comment 8•8 years ago
|
||
Forgot to specify the keyword, still need to uplift these.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 9•8 years ago
|
||
Assignee | ||
Comment 10•8 years ago
|
||
Attachment #8832948 -
Flags: review?(jlund)
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 13•8 years ago
|
||
mozreview-review |
Comment on attachment 8832949 [details]
Bug 1334538 - Pass eme_free/sha1 configs to releasetasks.
https://reviewboard.mozilla.org/r/109186/#review111690
looks good bar one in-line comment. could be reading wrong though.
::: buildfarm/release/releasetasks_graph_gen.py:67
(Diff revision 1)
> "update_verify_enabled": release_config["update_verify_enabled"],
> "push_to_candidates_enabled": release_config['push_to_candidates_enabled'],
> "postrelease_bouncer_aliases_enabled": release_config['postrelease_bouncer_aliases_enabled'],
> "postrelease_version_bump_enabled": release_config['postrelease_version_bump_enabled'],
> "push_to_releases_automatic": release_config['push_to_releases_automatic'],
> - "partner_repacks_platforms": release_config["partner_repacks_platforms"],
> + "eme_free_repacks_platforms": release_config["eme_free_repacks_platforms"],
hm, we want to keep partner_repacks_platforms too right?
Attachment #8832949 -
Flags: review?(jlund) → review-
Updated•8 years ago
|
Attachment #8832948 -
Flags: review?(jlund) → review+
Comment 14•8 years ago
|
||
mozreview-review |
Comment on attachment 8832950 [details]
Bug 1334538 - Separate eme_free_repacks_platforms and sha1_repacks_platforms configs
https://reviewboard.mozilla.org/r/109190/#review111692
Attachment #8832950 -
Flags: review?(jlund) → review+
Comment hidden (mozreview-request) |
Assignee | ||
Comment 16•8 years ago
|
||
mozreview-review |
Comment on attachment 8832949 [details]
Bug 1334538 - Pass eme_free/sha1 configs to releasetasks.
https://reviewboard.mozilla.org/r/109186/#review111988
::: buildfarm/release/releasetasks_graph_gen.py:67
(Diff revision 1)
> "update_verify_enabled": release_config["update_verify_enabled"],
> "push_to_candidates_enabled": release_config['push_to_candidates_enabled'],
> "postrelease_bouncer_aliases_enabled": release_config['postrelease_bouncer_aliases_enabled'],
> "postrelease_version_bump_enabled": release_config['postrelease_version_bump_enabled'],
> "push_to_releases_automatic": release_config['push_to_releases_automatic'],
> - "partner_repacks_platforms": release_config["partner_repacks_platforms"],
> + "eme_free_repacks_platforms": release_config["eme_free_repacks_platforms"],
Doh! Good catch!
Comment 17•8 years ago
|
||
mozreview-review |
Comment on attachment 8832949 [details]
Bug 1334538 - Pass eme_free/sha1 configs to releasetasks.
https://reviewboard.mozilla.org/r/109186/#review112156
Attachment #8832949 -
Flags: review?(jlund) → review+
Assignee | ||
Updated•8 years ago
|
Attachment #8831222 -
Flags: checked-in+
Assignee | ||
Updated•8 years ago
|
Attachment #8831223 -
Flags: checked-in+
Assignee | ||
Comment 18•8 years ago
|
||
Comment on attachment 8832950 [details]
Bug 1334538 - Separate eme_free_repacks_platforms and sha1_repacks_platforms configs
https://hg.mozilla.org/build/buildbot-configs/rev/3cb47357583d4473d0526d5cafdc52a0f8d0d971
Attachment #8832950 -
Flags: checked-in+
Assignee | ||
Comment 19•8 years ago
|
||
Comment on attachment 8832949 [details]
Bug 1334538 - Pass eme_free/sha1 configs to releasetasks.
https://hg.mozilla.org/build/tools/rev/e0d1f4ac43080fdad05114e3d9db5fdbad9990b7
Attachment #8832949 -
Flags: checked-in+
Comment 20•8 years ago
|
||
Assignee | ||
Comment 21•8 years ago
|
||
this is deployed now.
Assignee | ||
Comment 22•8 years ago
|
||
Everything worked fine, just need to wait until we enable esr52 and make sure we have sha1 in the configs.
Assignee | ||
Updated•8 years ago
|
Priority: -- → P1
Comment 23•8 years ago
|
||
@rail: shouldn't we turn off the uptake monitoring for sha1 here too? https://hg.mozilla.org/releases/mozilla-beta/file/tip/testing/mozharness/configs/releases/bouncer_firefox_beta.py#l77
I see you've chained it to releases only, not betas in releasetasks https://github.com/mozilla/releasetasks/commit/0d8fda3081bffc50aabc78f727181fdd72aa586f#diff-70163ba31e82fd96586fb6765ed90914
Flags: needinfo?(rail)
Comment 24•8 years ago
|
||
(In reply to Mihai Tabara [:mtabara]⌚️GMT from comment #23)
> @rail: shouldn't we turn off the uptake monitoring for sha1 here too?
> https://hg.mozilla.org/releases/mozilla-beta/file/tip/testing/mozharness/
> configs/releases/bouncer_firefox_beta.py#l77
>
> I see you've chained it to releases only, not betas in releasetasks
> https://github.com/mozilla/releasetasks/commit/
> 0d8fda3081bffc50aabc78f727181fdd72aa586f#diff-
> 70163ba31e82fd96586fb6765ed90914
Nevermind me - just noticed second patch from this bug - https://reviewboard.mozilla.org/r/107796/diff/1#index_header
It will get merged on Monday anyway.
Flags: needinfo?(rail)
Comment 25•8 years ago
|
||
(In reply to Mihai Tabara [:mtabara]⌚️GMT from comment #24)
> It will get merged on Monday anyway.
I meant the next Monday after this Monday, the 5th of March :)
Assignee | ||
Comment 26•8 years ago
|
||
Bah, I disabled sha1 repacks, but forgot to remove the entry from https://hg.mozilla.org/releases/mozilla-beta/file/tip/testing/mozharness/configs/releases/bouncer_firefox_beta.py#l77... Sorry about that... I can land a patch or just wait until Monday. It's unlikely we are going to build another beta today/tomorrow.
Comment 27•8 years ago
|
||
(In reply to Rail Aliiev [:rail] ⌚️ET from comment #26)
> Bah, I disabled sha1 repacks, but forgot to remove the entry from
> https://hg.mozilla.org/releases/mozilla-beta/file/tip/testing/mozharness/
> configs/releases/bouncer_firefox_beta.py#l77... Sorry about that... I can
> land a patch or just wait until Monday. It's unlikely we are going to build
> another beta today/tomorrow.
No worries ;) Yeah, let's leave it as it is. I'll get uplifted from aurora anyway when we do the merge.
Assignee | ||
Comment 28•8 years ago
|
||
https://tools.taskcluster.net/task-group-inspector/#/xCgWXiNNTn28rKu4QKzJBw/PbrE3yMRQb2itVDF_c6ZrQ?_k=jaspgl tells me that we add the repacks to bouncer.
https://tools.taskcluster.net/task-group-inspector/#/xCgWXiNNTn28rKu4QKzJBw/lB-4EFQcS3eDznKJHrUexw?_k=75072s tells me that we schedule them.
https://tools.taskcluster.net/task-group-inspector/#/xCgWXiNNTn28rKu4QKzJBw/RmVYm8ocQZaCx-aHIEcPtA?_k=utnbf3 tells me that we separate sha1 push to mirrors as expected.
\o/
Status: REOPENED → RESOLVED
Closed: 8 years ago → 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•