-
Notifications
You must be signed in to change notification settings - Fork 288
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
Ensuring cleanup with OSD plugins when failed during continue-on-error #4343
Ensuring cleanup with OSD plugins when failed during continue-on-error #4343
Conversation
…d during continue-on-error Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4343 +/- ##
=======================================
Coverage 91.35% 91.35%
=======================================
Files 190 190
Lines 6175 6175
=======================================
Hits 5641 5641
Misses 534 534 ☔ View full report in Codecov by Sentry. |
This would be definitely a better solution for build system rather than adding |
So @prudhvigodithi you think we can add both Thanks. |
If we have this PR merged then in the build code or in component build scripts we dont have to add |
I don't think we need to take that into consideration right? We can add |
That is my thought as well. On our side, if we cleanup properly even with I will open an issue to make that as an improvement. |
After discussing with @prudhvigodithi @gaiksaya we will continue to work on other plugin build scripts with the same changes Thanks. |
After talk with @prudhvigodithi , we will add |
Description
Ensuring cleanup with OSD plugins when failed during continue-on-error
This should be a better solution than adding
--single-version loose
parameter.Issues Resolved
opensearch-project/OpenSearch-Dashboards#5675
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.