-
Notifications
You must be signed in to change notification settings - Fork 3
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
[Release 3.0] Bump main branch to use revision 3.0.0.0-alpha1 #61
[Release 3.0] Bump main branch to use revision 3.0.0.0-alpha1 #61
Conversation
Signed-off-by: Peter Zhu <[email protected]>
Weird, the failure did not show on my local. |
Signed-off-by: Peter Zhu <[email protected]>
The eclipse issue is more or less related to the incident here: https://www.eclipsestatus.io/incident/502896?mp=true I kept re-running on my local and 3 out of 10 times it will have this connectivity issues. |
All test passed after eclipse repo is stable now. Hi @dbwiddis @dhrubo-os @arjunkumargiri please take a look when you have time. Thanks! |
The backport to
To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/opensearch-remote-metadata-sdk/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/opensearch-remote-metadata-sdk/backport-2.x
# Create a new branch
git switch --create backport/backport-61-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 4ff695f0ace73b064d6c99a1fa8e8ca2c1af760e
# Push it to GitHub
git push --set-upstream origin backport/backport-61-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/opensearch-remote-metadata-sdk/backport-2.x Then, create a pull request where the |
This shouldn't be merged in 2.x branch I think? |
We should not merge this to 2.x. |
Not sure why there is a bot doing the backport label adding. |
Description
[Release 3.0] Bump main branch to use revision 3.0.0.0-alpha1
Issues Resolved
#55
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.