-
Notifications
You must be signed in to change notification settings - Fork 49
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
Enable custom start commands and options to resolve GHA issues #676
base: main
Are you sure you want to change the base?
Enable custom start commands and options to resolve GHA issues #676
Conversation
Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]>
Hi @finnegancarroll @cwperks please take a look on this. Thanks. |
Should we also update actions/setup-java to v4? |
This particular PR is just to update previously failed and unsupported upload artifact actions. Thanks. |
Sounds good, just mentioned cause I think I faced some node issue for the setup-java upgrades. Not a maintainer on this repo but updating on a different PR sounds good |
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.
Thank you @peterzhuamazon! This PR looks good to me. I'm not a maintainer of this repo so a maintainer should also have a look.
@@ -30,16 +30,11 @@ jobs: | |||
# this image tag is subject to change as more dependencies and updates will arrive over time | |||
image: ${{ needs.Get-CI-Image-Tag.outputs.ci-image-version-linux }} | |||
# need to switch to root so that github actions can install runner binary on container without permission issues. |
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.
nit: remove this comment since the line below it is getting removed in this PR
Description
Enable custom start commands and options to resolve GHA issues
Related Issues
Closes #666 #673
opensearch-project/opensearch-build#5178
Check List
[ ] New functionality includes testing.[ ] New functionality has been documented.[ ] API changes companion pull request created.--signoff
.[ ] Public documentation issue/PR created.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.