-
Notifications
You must be signed in to change notification settings - Fork 85
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
[AUTO] Increment version to 2.15.0-SNAPSHOT #730
Conversation
opensearch-trigger-bot
bot
commented
May 3, 2024
- Incremented version to 2.15.0-SNAPSHOT.
a069d3e
to
d48b355
Compare
BWC tests are failing with missing knn and ml-commons dependencies. Both k-NN and ml-commons are failing:
|
Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com> Signed-off-by: Martin Gaievski <gaievski@amazon.com>
d48b355
to
36c7dc3
Compare
Dependency repos knn and ml-commons got upgraded 2.x to 2.15, adding bwc related changes and resuming efforts for upgrade |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-main main
# Navigate to the new working tree
cd .worktrees/backport-main
# Create a new branch
git switch --create backport/backport-730-to-main
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 398a46534cae7c4c06423d6dad6207163c916b46
# Push it to GitHub
git push --set-upstream origin backport/backport-730-to-main
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-main Then, create a pull request where the |
Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com> Signed-off-by: Martin Gaievski <gaievski@amazon.com> Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com> (cherry picked from commit 398a465)
Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com> Signed-off-by: Martin Gaievski <gaievski@amazon.com> Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com> (cherry picked from commit 398a465) Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com> Signed-off-by: Martin Gaievski <gaievski@amazon.com> Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com> (cherry picked from commit 398a465) Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>