Closed Bug 1608882 Opened 5 years ago Closed 5 years ago

Migrate Fennec Nightly to Fenix Nightly

Categories

(Release Engineering :: Release Automation: Other, enhancement)

enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jlorenzo, Assigned: jlorenzo)

References

Details

Attachments

(11 files, 1 obsolete file)

60.01 KB, image/png
Details
47 bytes, text/x-phabricator-request
Details | Review
63 bytes, text/x-github-pull-request
Details | Review
47 bytes, text/x-phabricator-request
Details | Review
47 bytes, text/x-phabricator-request
Details | Review
47 bytes, text/x-phabricator-request
Details | Review
47 bytes, text/x-phabricator-request
Details | Review
49 bytes, text/x-github-pull-request
Details | Review
49 bytes, text/x-github-pull-request
Details | Review
63 bytes, text/x-github-pull-request
Details | Review
49 bytes, text/x-github-pull-request
Details | Review

This requires us to turn off Fennec Nightly first, by:

  1. Make push-apk support rollout percentages on other tracks than production. Google Play seems to support it these days. I know there's at least [0] to do. There may be more.
  2. Removing the cron entry[1].
  3. Removing the force cron hook[2] (in order to make sure nobody inadvertently triggers a new Fennec that would be published, thus erase user data)
  4. Copy these bits of the push-apk configuration to the mobile pool. By the way, if we could stop naming it "aurora", that would be great. If you wonder why Nightly is named this way, see bug 1357351 comment 1.
  5. Merge the push-apk task kind[4] into the one in Fenix.

Note there is no signing-related worked because we've signed Fenix with the Fennec key for quite some time, already.

[0] https://github.com/mozilla-releng/mozapkpublisher/blob/26cbc9f8b47f12978f8ba1bc05bf8c09e62c1ec4/mozapkpublisher/push_apk.py#L131
[1] https://searchfox.org/mozilla-esr68/rev/838ffc0d8db638590b42fa9e684be751dc060439/.cron.yml#85-99
[2] https://hg.mozilla.org/ci/ci-configuration/file/6c40940b46d8d934c5b0aaa935ab242326e2a4a1/projects.yml#l87
[3] https://github.com/mozilla-releng/scriptworker-scripts/blob/e1bd2ae0fe836ac50b8833f4df989e82cee01ca7/pushapkscript/docker.d/worker.yml#L36-L42
[4] https://searchfox.org/mozilla-esr68/rev/838ffc0d8db638590b42fa9e684be751dc060439/taskcluster/ci/push-apk/kind.yml#40-50
[5] https://github.com/mozilla-mobile/fenix/blob/399df170629bbb164ed84912287248559dddc31a/taskcluster/ci/push-apk/kind.yml#L30

(In reply to Johan Lorenzo [:jlorenzo] from comment #0)

  1. Make push-apk support rollout percentages on other tracks than production. Google Play seems to support it these days. I know there's at least [0] to do. There may be more.

Good news! Mitch took care of it about 6 months ago in [1]. It was just the help message being outdated. I'd like to make sure the full stack works. I plan to land a small patch that rolls out the next Fennec Nightly.

[1] https://github.com/mozilla-releng/mozapkpublisher/pull/219/commits/918ec6b9a4357cc95c4a4631a500f905c7e1870b#diff-0eca0f1f55bbb0ccdc047ed838061cc0R241

Assignee: nobody → jlorenzo
Status: NEW → ASSIGNED

Comment on attachment 9120738 [details]
Bug 1608882 - part 1: Test whether Fennec Nightly can be rolled out before migrating over to Fenix r=jcristau

ESR Uplift Approval Request

  • If this is not a sec:{high,crit} bug, please state case for ESR consideration: Fennec Nightly is only present on ESR68. In order to make sure we can slowly rollout Fenix on the Nightly userbase, I'd like to make sure our stack supports such a use case. I plan to backout this patch if the test is successful.
  • User impact if declined: We may deploy Fenix to 100% of the userbase at once.
  • Fix Landed on Version: N/A. This patch is ESR-68 only.
  • Risk to taking this patch: Low
  • Why is the change risky/not risky? (and alternatives if risky): It's a one-liner that deploys Fenix to 99% of the userbase, instead of 100%. Worst thing that can happen: we miss 1 day of nightly because the infra fails somewhere.
  • String or UUID changes made by this patch: None
Attachment #9120738 - Flags: approval-mozilla-esr68?

Comment on attachment 9120738 [details]
Bug 1608882 - part 1: Test whether Fennec Nightly can be rolled out before migrating over to Fenix r=jcristau

Needed to test Fennec -> Fenix migration. Approved for ESR68.

Attachment #9120738 - Flags: approval-mozilla-esr68? → approval-mozilla-esr68+
Keywords: leave-open

Excellent! It worked as expected => the push-apk stack correctly sent the new APKs to 99% rollout.

2020-01-15 12:16:14,204 - mozapkpublisher.common.store - INFO - Track "beta" updated with: {'releases': [{'status': 'inProgress', 'userFraction': 0.99, 'versionCodes': ['2015675727', '2015675721', '2015675723', '2015675725']}]}
2020-01-15 12:16:14,205 - mozapkpublisher.common.store - DEBUG - Track update response: {'track': 'beta', 'releases': [{'name': '', 'versionCodes': ['2015675721', '2015675723', '2015675725', '2015675727'], 'userFraction': 0.99, 'status': 'inProgress'}]}
2020-01-15 12:16:14,206 - googleapiclient.discovery - INFO - URL being requested: POST https://www.googleapis.com/androidpublisher/v3/applications/org.mozilla.fennec_aurora/edits/07646663629160204000:commit?alt=json
2020-01-15 12:16:17,255 - mozapkpublisher.common.store - INFO - Changes committed

https://firefoxci.taskcluster-artifacts.net/WSR9QiDHSj6jxGdW8VDndg/0/public/logs/live_backing.log

Ryan, would you mind backing out my change and make the latest nightly available to 100% of the user base?

Flags: needinfo?(ryanvm)

Comment on attachment 9120738 [details]
Bug 1608882 - part 1: Test whether Fennec Nightly can be rolled out before migrating over to Fenix r=jcristau

Clearing the approval flag to get this off the needs-uplift radar.

Attachment #9120738 - Flags: approval-mozilla-esr68+

Comment on attachment 9121849 [details]
Bug 1608882 - part 2: Deactivate Fennec nightly hook so it does not mess up the Fenix transition r=RyanVM

ESR Uplift Approval Request

  • If this is not a sec:{high,crit} bug, please state case for ESR consideration: ESR patch only because Fennec Nightly is shipped off this tree.
  • User impact if declined: Fennec users who have migrated to Fenix will be sent back to Fennec causing major data migration problems.
  • Fix Landed on Version:
  • Risk to taking this patch: Low
  • Why is the change risky/not risky? (and alternatives if risky): It's just a cron job removed.
  • String or UUID changes made by this patch: None
Attachment #9121849 - Flags: approval-mozilla-esr68?

Comment on attachment 9121849 [details]
Bug 1608882 - part 2: Deactivate Fennec nightly hook so it does not mess up the Fenix transition r=RyanVM

Removes the cron job for shipping Fennec Nightly builds from ESR68 to avoid interfering with the Fenix migration. Approved for ESR68.

Attachment #9121849 - Flags: approval-mozilla-esr68? → approval-mozilla-esr68+

Comment on attachment 9121849 [details]
Bug 1608882 - part 2: Deactivate Fennec nightly hook so it does not mess up the Fenix transition r=RyanVM

Pushed to ESR68:
https://hg.mozilla.org/releases/mozilla-esr68/rev/2ebdfc0a64f11b02b65824f1c6bea38e2f9e9cd8

Also removing the approval flag to keep this off the needs-uplift radar.

Attachment #9121849 - Flags: approval-mozilla-esr68+
Attachment #9120738 - Attachment is obsolete: true

The migration has started for several weeks and is still being rolled out[1]. We've published 7 builds so far and there has been no need to update the pipeline since build 2. We're now looking at migrating beta with a similar pipeline. Thus, I'm closing this bug. Feel free to reopen something needs to happen with nightly.

[1] https://arewefenixyet.com/

Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Keywords: leave-open
Blocks: 1614287
Depends on: 1616641
Blocks: 1627518
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: