[No QA] Fix CP retest filer skipped on every staging deploy - #98205
Merged
Merged
Conversation
melvin-bot
Bot
requested review from
ZhenjaHorbach
and removed request for
a team
August 10, 2026 21:50
|
@ZhenjaHorbach Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
jasperhuangg
requested review from
roryabraham
and removed request for
ZhenjaHorbach
August 10, 2026 22:12
roryabraham
approved these changes
Aug 10, 2026
Contributor
Reviewer Checklist
Screenshots/VideosAndroid: HybridAppAndroid: mWeb ChromeiOS: HybridAppiOS: mWeb SafariMacOS: Chrome / Safari |
Contributor
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Contributor
|
🚀 Deployed to staging by https://github.com/roryabraham in version: 9.4.53-0 🚀
|
Contributor
|
🚀 Deployed to production by https://github.com/roryabraham in version: 9.4.53-10 🚀
Bundle Size Analysis (Sentry): |
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.
Explanation of Change
The
autoRetestRequestForCPjob from #96103 has never run. Its conditions pass, but GitHub still skips it sinceandroidSubmitandiosSubmitalways skip on staging, and the job is missingalways()to override that. This addsalways()so it finally runs.Fixed Issues
$ https://github.com/Expensify/Expensify/issues/574358
PROPOSAL:
Tests
This only runs inside the staging deploy workflow, so it can't be exercised locally. Verified by reading GitHub Actions run logs from real staging cherry-pick deploys since #96103 merged, confirming
DEPLOY_ENV,IS_CHERRY_PICK, andIS_ALL_PLATFORMS_DEPLOYEDwere each true while the job still showedskipped.File retest request for cherry-picked deploy-blocker fixesjob in the deploy run actually executes instead of showingskipped.Offline tests
N/A, this runs in CI during a deploy, there is no offline client behavior.
QA Steps
N/A. This only runs in the staging deploy workflow when a deploy-blocker fix is cherry-picked to staging, so it can't be triggered on demand by QA. Title includes
[No QA].PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectionAvatar, I verified the components usingAvatarare working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))npm run compress-svg)Avataris modified, I verified thatAvataris working as expected in all cases)Designlabel and/or tagged@Expensify/designso the design team can review the changes.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
N/A, this is a CI/deploy workflow change with no app UI.
Android: Native
N/A
Android: mWeb Chrome
N/A
iOS: Native
N/A
iOS: mWeb Safari
N/A
MacOS: Chrome / Safari
N/A