[Cleanup] Remove upgrade-cli tool and related build references
Description
The upgrade-cli tool is deprecated and no longer needed.
This PR removes the tool and all associated files and build references.
- Removed: distribution/tools/upgrade-cli
- Cleaned up: settings.gradle, distribution/build.gradle
- Deleted: distribution/src/bin/opensearch-upgrade(.bat)
Related Issues
Resolves #18390
Check List
- [x] Functionality includes testing.
- [ ] API changes companion pull request created, if applicable.
- [ ] Public documentation issue/PR created, if applicable.
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.
:x: Gradle check result for a4db919e530f762c1587783cbc4e2f3ce17231f7: FAILURE
Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?
:grey_exclamation: Gradle check result for fac8be01057221bed5a0aa9d6d7e3a4ed5391433: UNSTABLE
Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 72.63%. Comparing base (
7c8f01b) to head (fac8be0). Report is 77 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #18494 +/- ##
============================================
- Coverage 72.68% 72.63% -0.06%
+ Complexity 68130 68032 -98
============================================
Files 5540 5529 -11
Lines 313379 313009 -370
Branches 45472 45424 -48
============================================
- Hits 227785 227349 -436
- Misses 67070 67183 +113
+ Partials 18524 18477 -47
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.