[eas-cli] Allow new updates to end active rollouts - #4233
Draft
gwdp wants to merge 10 commits into
Draft
Conversation
gwdp
force-pushed
the
gwdp/eng-25976-clobber-active-rollout
branch
2 times, most recently
from
August 19, 2026 21:00
34a3056 to
1eea21b
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4233 +/- ##
==========================================
+ Coverage 63.73% 63.82% +0.09%
==========================================
Files 1030 1031 +1
Lines 47448 47548 +100
Branches 9977 10011 +34
==========================================
+ Hits 30237 30341 +104
+ Misses 17110 17106 -4
Partials 101 101 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
gwdp
force-pushed
the
gwdp/eng-25976-clobber-active-rollout
branch
from
August 19, 2026 21:30
1eea21b to
4e23118
Compare
gwdp
force-pushed
the
gwdp/eng-25976-clobber-active-rollout
branch
from
August 20, 2026 16:03
df8d5f2 to
105a472
Compare
gwdp
force-pushed
the
gwdp/eng-25976-clobber-active-rollout
branch
from
August 20, 2026 16:32
105a472 to
3a0975a
Compare
|
✅ Thank you for adding the changelog entry! |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Note
Leaving on draft until server changes land
Why
Right now you can't publish anything for a runtime version while a rollout is in progress. A customer hit this mid-hotfix and couldn't roll back to embedded. The only ways out were pushing the rollout to 100%, or reverting, which deletes the update group
How
eas update,eas update:republish,eas update:roll-back-to-embeddedandeas update:rollback, we check the latest update for each platform and runtime.--force-end-active-rolloutskips the prompt, and non-interactive needs itWorth highlighting -> if your new update is itself a rollout, the old one becomes your control update, so its share grows. A 2% rollout over a 20% one leaves the old one serving 98%
Test Plan