-
Notifications
You must be signed in to change notification settings - Fork 312
Add native plugin validation for staged artifacts #5610
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
Conversation
a102c8d
to
a829393
Compare
Signed-off-by: Divya Madala <[email protected]>
try: | ||
for native_plugin in native_plugins_list: | ||
execute('.' + os.sep + f'opensearch-plugin install --batch {native_plugin}', os.path.join(path, "bin")) | ||
|
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.
Feels like you should just include this in download_and_install_native_plugin_zip func.
The func should internally check if it is staging vs production via a parameter.
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.
Then instead of moving just this block I can combine download_and_install_native_plugin_zip and install_native_plugin into one. Let me know.
Signed-off-by: Divya Madala <[email protected]>
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 #5610 +/- ##
============================
============================
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Divya Madala <[email protected]>
Description
Add native plugin validation for staged artifacts of distribution type tarball, rpm, debian, zip. And enables native plugin validation by default for all the production artifacts.
Issues Resolved
https://build.ci.opensearch.org/blue/organizations/jenkins/distribution-validation/detail/distribution-validation/2808/pipeline
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.