-
Notifications
You must be signed in to change notification settings - Fork 73
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
Update packages according to a change in OpenSearch core #422
Conversation
Signed-off-by: Heemin Kim <[email protected]>
Local build succeeded. BWC test is failing. |
88139b1
to
6293b3a
Compare
Hey @heemin32 the PR checks are failing. Check Bwc Tests |
The failure is not from my changes. It could be because the changes in the OpenSearch core is not reached to docker repo where we pull and launch cluster. Compiling of job-scheduler is already broken without this PR and all the dependency components also fail until job-scheduler compiling is fixed. |
So is it like merging this PR with failing checks will fix the dependency issue? |
Without this change, job-scheduler build fails. This PR will make job-scheduler build succeed. The failure in BWC test might be fixed once the OpenSearch core artifact is released in Docker repo I assume. Otherwise need to create a separate issue to fix the BWC test failure. |
Signed-off-by: Heemin Kim <[email protected]> (cherry picked from commit 35333ed)
Signed-off-by: Heemin Kim <[email protected]> (cherry picked from commit 35333ed) Co-authored-by: Heemin Kim <[email protected]>
Description
Update packages according to a change in OpenSearch core
Issues Resolved
N/A
Check List
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.