ci: split push-eas-update into two parallel jobs#30399
Merged
Merged
Conversation
Contributor
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #30399 +/- ##
==========================================
- Coverage 82.04% 81.57% -0.47%
==========================================
Files 5434 5443 +9
Lines 145166 145448 +282
Branches 33215 33289 +74
==========================================
- Hits 119095 118649 -446
- Misses 17937 18474 +537
- Partials 8134 8325 +191 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
weitingsun
previously approved these changes
May 19, 2026
1245772 to
86d6649
Compare
|
weitingsun
approved these changes
May 19, 2026
weitingsun
left a comment
Contributor
There was a problem hiding this comment.
Thanks for handling this @joaoloureirop
andrepimenta
approved these changes
May 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description
Splits the
push-eas-updatejob into two parallel jobs, one per platform (iOS and Android), running on separate runners. This avoids LavaMoat serializer contention and mitigates intermittent OTA deployment failures caused by a known GitHub Actions runner issue.The shared EAS update steps have been extracted into a reusable workflow.
Changelog
CHANGELOG entry: null
Related issues
Fixes: N/A
Manual testing steps
Before/After
Before
Single
push-updatejob — iOS bundled first, then Android sequentially on the same runner.After
Two parallel jobs (
push-update-ios,push-update-android) running simultaneously on isolated runners, visible as side-by-side nodes in the Actions run graph. Verified via dry-run dispatch targetingexpchannel.