-
Notifications
You must be signed in to change notification settings - Fork 57
Fix react-native-prompt-android package integration
#3548
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 react-native-prompt-android package integration
#3548
Conversation
|
Wanna run full suite of Android and iOS UI tests? Click here and 'Approve' CI job! |
react-native-prompt-android package integrationreact-native-prompt-android package integration
jd-alexander
left a comment
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.
Approved via WordPress/gutenberg#32189 (review)
|
Hi @jd-alexander @fluiddot - I added a cache-version file because the failure in Error: |
Nice! Good thinking @cameronvoell 🙇🏾 |
Awesome! Thanks @cameronvoell for adding it! Does the |
|
Aha, the "cache-version" trick is a cool one. If we continue with it I'd only propose to not call it "cache" at all to avoid confusion. In this case, it's only purpose is to trigger the S3 job and nothing else so, let's scope it's name down to just that :), something like "trigger-bridge-build-to-s3.txt". I know that modifying the file will cause all CI jobs to run again (which is overall unfortunate), but keeping the name scoped down and hope to remove the need in the future is what I'd shoot for. |
I'm not sure about using the name of the job that we want to trigger as technically we would trigger all of them, don't you think? What would be the benefit of having a file vs pushing an empty commit? |
Sorry, I'm not actually advocating for the file-based approach :), hence the "If we continue with it" in my message above. I was only commenting on the name of the file. We already have a CircleCI environment variable to trigger cache reworks and having a similarly named file will add confusion. Personally, I think the empty commit approach is cleaner and more scoped-down in its messaging. Let's go ahead with reverting the file. We can reinstate if needed. @cameronvoell , reading your message about it, it doesn't look like the file isn't trying to accomplish a goal beyond triggering the jobs, right? If there's an additional goal we can reinstate. |
…CI builds" This reverts commit de36f92.
The reference is pointing to the next commit of the merge commit because it includes fixes for passing PR checks.
No worries, in fact, I didn't want to mean that you were advocating for that approach, sorry for mixing both things in the same comment 😄 . Regarding the file name, I agree with your comment, use the word
Ok, I'll revert the file in the meantime but I'll be more than happy to restore it if we consider that it serves more purposes apart from re-triggering the jobs. |
gutenbergPR: WordPress/gutenberg#32189[Only for testing]
WPAndroidPR: wordpress-mobile/WordPress-Android#14713This PR includes an update of
react-native-prompt-androidfor fixing a crash on Android (related PR).To test:
PR submission checklist: