-
Notifications
You must be signed in to change notification settings - Fork 278
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
Plugin ITs manifest with concurrent segment search enabled on OS-2.x #4283
Conversation
@prudhvigodithi @rishabh6788 - Can you please help review it ? Also will need help to enable the cron for this. I think @gaiksaya helped to make that change last time. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4283 +/- ##
=======================================
Coverage 91.26% 91.26%
=======================================
Files 189 189
Lines 6124 6124
=======================================
Hits 5589 5589
Misses 535 535 ☔ View full report in Codecov by Sentry. |
Hey @sohami, please check this https://github.com/opensearch-project/opensearch-build/blob/main/jenkins/check-for-build.jenkinsfile#L28, you can add a new line similar to this and point to |
That will re-trigger the build @prudhvigodithi or skip since check for build wont pass through detecting no changes have been made to any component. Last time we added it as a cronjob to the integ-test file here: https://github.com/opensearch-project/opensearch-build/blob/main/jenkins/opensearch/integ-test.jenkinsfile |
Signed-off-by: Sorabh Hamirwasia <hsorabh@amazon.com>
Signed-off-by: Sorabh Hamirwasia <hsorabh@amazon.com>
Thanks @gaiksaya for your help. Have added the cron related info in the jenkins file |
Description
Adding the manifest file for concurrent segment search with the respective settings needed to enable the feature for 2.12.0
Issues Resolved
N/A
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.