-
Notifications
You must be signed in to change notification settings - Fork 312
Temp resolve path.repo not found issues on k-NN #5505
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
Temp resolve path.repo not found issues on k-NN #5505
Conversation
Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]>
…dows Signed-off-by: Peter Zhu <[email protected]>
Sample run:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
❌ Your project status has failed because the head coverage (0.00%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #5505 +/- ##
============================
============================
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
Temp resolve path.repo not found issues on k-NN
Will move the script to k-NN repo once 3.0.0 is released to public to avoid building new RCs.
Reason being k-NN is hardcoding the tests.path.repo to https://github.com/opensearch-project/k-NN/blob/3.0/build.gradle#L443, and the folder is not available in opensearch.yml during test.
Therefore, override it when running integTest on Jenkins.
Issues Resolved
#3747
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.