-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[Tooling] Migrate Prototype Builds from App Center to Firebase App Distribution #24199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -20,7 +20,6 @@ class ApiCredentials: NSObject { | |||
// Other Services | |||
static let tenorApiKey = "" | |||
static let sentryDSN = "" | |||
static let appCenterAppId = "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once this PR lands, we might want to remove that constant from the actual Secrets-*.swift
files in ~/.mobile-secrets
(see .configure
setup), as from a quick grep in the source code, this constant doesn't seem to be used anywhere in the codebase anymore.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has been tracked in https://github.com/Automattic/apps-infra-plans/issues/219.
73fb69b
to
196a2d1
Compare
APPCENTER_PUBLIC_ID=<AppCenter Public Id> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similarly, once this PR lands, we might want to remove that env var value from the actual project.env
file in ~/.mobile-secrets
(see .configure
setup), as it doesn't seem used anymore either.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has been tracked in https://github.com/Automattic/apps-infra-plans/issues/219.
|
App Name | Jetpack | |
Configuration | Release-Alpha | |
Build Number | 26755 | |
Version | PR #24199 | |
Bundle ID | com.jetpack.alpha | |
Commit | 4593787 | |
Installation URL | 0e6tsdou6qbqg |
|
App Name | WordPress | |
Configuration | Release-Alpha | |
Build Number | 26755 | |
Version | PR #24199 | |
Bundle ID | org.wordpress.alpha | |
Commit | 4593787 | |
Installation URL | 4u9u6khptqg5g |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
5b6bc02
to
95ac031
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The migration has been officially announced internally and all the internal docs updated, so let's finally land this!! 🚀
@@ -20,7 +20,6 @@ class ApiCredentials: NSObject { | |||
// Other Services | |||
static let tenorApiKey = "" | |||
static let sentryDSN = "" | |||
static let appCenterAppId = "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has been tracked in https://github.com/Automattic/apps-infra-plans/issues/219.
APPCENTER_PUBLIC_ID=<AppCenter Public Id> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has been tracked in https://github.com/Automattic/apps-infra-plans/issues/219.
Description
This migrates the Prototype Builds to be uploaded to Firebase App Distribution instead of App Center.
This is done in the context of App Center shutting down at the end of the month.
Internal references:
Release Timing
Important
We might want to wait before merging this until our internal documentation—about how to use our internal tools to enroll to Firebase App Distribution—has been updated.
Testing
/mobile/firebase-app-distribution/testers/
), then accept the invitation email you received