-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[No QA] Hybrid App adhoc builds follow ups #55061
[No QA] Hybrid App adhoc builds follow ups #55061
Conversation
@allroundexperts 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] |
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.
Hey @jnowakow. Just to make sure I understand, these changes remove the additional field from the action and then lets PR authors add it to the PR description instead?
It seems a bit of a hidden feature, but I wanted to check if this was discussed somewhere. Maybe there was a reason for this.
Hey @Julesssss, yes you're right. We discussed it internally and decided that we can give it a try. We think it's better because it doesn't require internal developers to remember if someone asked them to run workflow with OD's commit. They just run the workflow and it's on PR's author specify branch/commit they want to build from |
Thanks @jnowakow. I'll just give app deployers a chance to review, as these are the people using the ahoc build tool |
Hi @Expensify/mobile-deployers, this PR changes how AdHoc HybridApp builds work. Please take a look and share any concerns before we move forward! Essentially, we would pick up this param |
Looks good to me, should we test it out? @Julesssss @AndrewGable |
Reviewer Checklist
|
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. But we 100% need to test and possibly improve after merging.
For that reason I'd like to wait until next Tuesday (Monday is US holiday). I',m happy to perform all the testing and necessary deployment here.
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.
Okay, lets test this out 👍
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Requesting a CP to speed up verification of these changes here |
…ybrid-follow-ups [No QA] Hybrid App adhoc builds follow ups (cherry picked from commit 51efa26) (CP triggered by Julesssss)
🚀 Cherry-picked to staging by https://github.com/Julesssss in version: 9.0.88-5 🚀
|
1 similar comment
🚀 Cherry-picked to staging by https://github.com/Julesssss in version: 9.0.88-5 🚀
|
const pullRequest = await github.rest.pulls.get({ | ||
owner: context.repo.owner, | ||
repo: context.repo.repo, | ||
pull_number: env.PULL_REQUEST_NUMBER, |
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.
We need to use process.env
here otherwise the env is not defined. Fixing it here #55577
🚀 Deployed to production by https://github.com/puneetlath in version: 9.0.88-7 🚀
|
cc @Julesssss
Explanation of Change
This change allows author of PR specify PR number in Mobile-Expensify repo against which they want to trigger hybrid app Adhoc build. It's done by specifying it in PR description like below:
MOBILE-EXPENSIFY: 1232
Fixed Issues
$ #51636
PROPOSAL: N/A
Tests
MOBILE-EXPENSIFY: my-branch
MOBILE-EXPENSIFY: my-branch
pointing to a specific branch that is distinct from mainOffline tests
QA Steps
// TODO: These must be filled out, or the issue title must include "[No QA]."
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)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
Android: Native
N/A
Android: mWeb Chrome
N/A
iOS: Native
N/A
iOS: mWeb Safari
N/A
MacOS: Chrome / Safari
N/A
MacOS: Desktop
N/A