-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
fix: CI upload source maps when deploying a new app version #43823
Conversation
@allgandalf 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] |
Note: the tests that are failing also fail for me on the main branch (as they only run when someone changes something in the |
@hannojg it looks like one of the failing tests is related to the changes- could you confirm?
|
ah right, good catch, thanks! Fixed it @grgia |
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!
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeiOS: NativeiOS: mWeb SafariMacOS: Chrome / SafariMacOS: Desktop |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/grgia in version: 1.4.85-0 🚀
|
2 similar comments
🚀 Deployed to staging by https://github.com/grgia in version: 1.4.85-0 🚀
|
🚀 Deployed to staging by https://github.com/grgia in version: 1.4.85-0 🚀
|
Hey, we're wondering if this PR might have somehow caused this new iOS build error |
iOS worked after this revert, so I believe this https://github.com/Expensify/App/pull/43823/files#diff-0ac28f6822aef5dd17d112ca8416b314ee808b0fbd1dc9b0139fbe749e81ee27R16 was causing a silent build failure. In a follow up PR can you make sure to be able to test this? Thank you! |
absolutely, thanks for reverting, will provide a new PR tomorrow 😊 ! |
🚀 Deployed to production by https://github.com/AndrewGable in version: 1.4.85-7 🚀
|
Details
We want to symbolicate the performance profiles that users are recording with the newdot app. For that we need to have the source maps for the according app version the performance profile has been created on.
We already have the infrastructure in place that uploads source maps, however, it is broken. This PR fixes this by:
Fixed Issues
$ #43649
PROPOSAL: #43649 (comment)
Tests
CI only, no tests
Offline tests
CI only, no tests
QA Steps
CI only, no tests
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
CI only, not applicable