-
Notifications
You must be signed in to change notification settings - Fork 58
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
Add Buildkite integration with publish to s3 plugin #3733
Add Buildkite integration with publish to s3 plugin #3733
Conversation
22d38cc
to
a47e2ea
Compare
Wanna run full suite of Android and iOS UI tests? Click here and 'Approve' CI job! |
…gration-with-publish-to-s3-plugin
…ndroid-artifacts.sh
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.
✅ Test WPAndroid by updating ext.gutenbergMobileVersion in build.gradle to 3733-9e56603c19bf429f66b231806717f825bd90bf65
✅ Test WPAndroid with composite build
… remove extra commit
4fa5ad7
to
39c0934
Compare
This PR ports Android artifact publishing from CircleCI to Buildkite. It also integrates Android build file changes for
react-native-bridge
&react-native-aztec
projects from WordPress/gutenberg#33441.Note that WordPress/gutenberg#33441 needs to be merged and the gutenberg submodule needs to be updated before this PR can be merged.
To test:
ext.gutenbergMobileVersion
inbuild.gradle
to3733-9e56603c19bf429f66b231806717f825bd90bf65
I've been unable to run Test (2) and Test (3) as I am getting JS errors. I'd appreciate some help from a gutenberg-mobile developer.It turns out I just didn't initialize theblock-experiments
git submodule 🤦 Everything works fine now.