-
Notifications
You must be signed in to change notification settings - Fork 26
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
ci: Setup workflows to build all variants in the app (WPB-8644) #3014
Conversation
Build 4800 failed. |
…ld-app # Conflicts: # .github/workflows/build-app.yml # .github/workflows/gradle-run-unit-tests.yml
Build 4825 failed. |
Build 4863 failed. |
Build 4869 failed. |
Build 4924 failed. |
Build 4934 failed. |
Build 4939 failed. |
@ohassine looks like you are rolling back kalium to a previous commitish. This means that the PR's target branch (develop) is using a newer version of Kalium, and the changes in this PR will rollback Kalium to an older version.
Is this intentional? |
Build 5020 failed. |
Build 5022 succeeded. The build produced the following APK's: |
After this is merged, we got to update the branch rules so we require |
Quality Gate passedIssues Measures |
Build 5036 succeeded. The build produced the following APK's: |
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
Description
Created 4 workflows to build apks from
develop
,prod
,internal
andmain
based on some events.On each push/pull request into/against
develop
we build:DevDebug
andStagingRelease
On each push/pull request into/againstprod
we build:ProdCompatRelease
On each tag created starting with "v**" a new ProdCompatRelease is created
On each push/pull request into/against
main
we build:BetaRelease
On each push/pull request into/against
release/candidate
we build:InternalCompat
andStagingCompat
The steps will be like this:
Next PR will be for uploading the app to beta and prod tracks.
Needs releases with:
PR Post Merge Checklist for internal contributors
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764
.