Skip to content

Conversation

Divyaasm
Copy link
Collaborator

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.

Comment on lines 61 to 64
try:
for native_plugin in native_plugins_list:
execute('.' + os.sep + f'opensearch-plugin install --batch {native_plugin}', os.path.join(path, "bin"))

Copy link
Member

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.

Copy link
Collaborator Author

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]>
@Divyaasm Divyaasm merged commit 19d1829 into opensearch-project:main Jun 26, 2025
13 checks passed
@github-project-automation github-project-automation bot moved this from 👀 In Review to ✅ Done in Engineering Effectiveness Board Jun 26, 2025
Copy link

codecov bot commented Jun 26, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (c3c5847) to head (8a26123).
Report is 2 commits behind head on main.

❌ 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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

rishabh6788 pushed a commit that referenced this pull request Jul 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

2 participants