added cross validation for CI and versions#20891
Conversation
Signed-off-by: Thy Tran <58045538+ThyTran1402@users.noreply.github.com>
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
|
❌ Gradle check result for e890b5f: 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? |
|
Can someone please review the PR? Thank you! |
|
This PR is stalled because it has been open for 30 days with no activity. |
Description
When incrementing an OpenSearch version, three files (Version.java, buildSrc/version.properties, .ci/bwcVersions) must be kept in sync manually. There was no CI check to catch inconsistencies between them, making it easy to introduce drift through unrelated PRs as #2430
Related Issues
Resolves #2533
Check List
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.