Skip to content
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

[BUG] Skills repo 2.13 branch build failure #278

Closed
zane-neo opened this issue Mar 26, 2024 · 2 comments
Closed

[BUG] Skills repo 2.13 branch build failure #278

zane-neo opened this issue Mar 26, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@zane-neo
Copy link
Collaborator

What is the bug?
When releasing OpenSearch 2.13, skills repo 2.13 branch build failed, more details can be found here: https://build.ci.opensearch.org/blue/organizations/jenkins/integ-test/detail/integ-test/8053/pipeline.

How can one reproduce the bug?
Steps to reproduce the behavior:

  1. Checkout skills 2.13 branch with commit id: a7c8b44
  2. Run ./gradlew build -Dos.arch=x86_64 under skills repo.
  3. See error

What is the expected behavior?
Skills repo should be build successfully.

What is your host/environment?

  • OS: MacOS
  • 14.3.1

Do you have any screenshots?
If applicable, add screenshots to help explain your problem.

Do you have any additional context?
Add any other context about the problem.

@zane-neo zane-neo added bug Something isn't working untriaged labels Mar 26, 2024
@zane-neo zane-neo self-assigned this Mar 26, 2024
@zane-neo
Copy link
Collaborator Author

The reason is the byte-buddy version in OpenSearch test framework conflicts with the version defined in skills repo, and the 2.13 branch OpenSearch core version is not correct. Created this PR to fix the issue: #276

@zane-neo
Copy link
Collaborator Author

Closing this issue as it has been fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant