-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Bump nebula-publishing-plugin from v4.4.0 to v4.6.0. #5127
Conversation
dfc0faa
to
836777b
Compare
Looks like https://github.com/opensearch-project/OpenSearch/actions/runs/3416141316/jobs/5685981987 still brought in 3.0 :( YOLO all the way to 19? |
Its as if spotless check is not applying the change. I don't see another reference to 4.4.4. |
I wiped my gradle caches locally and ran spotless and it passes with 4.6.0 - idk that we need to YOLO to 19 right now. |
heh, the workflow is cloning main and running spotless against it...
|
The trigger is PR target thus you need to explicitly state the checkout ref.
The spotless and the precommit both using wrong checkout. This behavior is only happening on pull_request_target and will only take effect when the PR is merged. Thanks. |
@mch2 the spotless check should change to |
A better way to deal with this:
|
Agree with Peter |
Manually PR'd a revert commit, auto ones fail DCO... |
Signed-off-by: Marc Handalian <handalm@amazon.com> Add changelog entry. Signed-off-by: Marc Handalian <handalm@amazon.com>
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Expected failure? Since it is not backported yet. |
Gradle Check (Jenkins) Run Completed with:
|
Commit runs on |
oof, yeah thats expected, the test tries to clone 2.3.1 and build it which fails bc it doesn't have this commit. |
All branches that we use for bwc (so pretty much everything) will need this change or it won't compile. @dblock Thoughts on YOLOing this all the way down the chain? |
Yes do it |
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-2.4 2.4
# Navigate to the new working tree
pushd ../.worktrees/backport-2.4
# Create a new branch
git switch --create backport/backport-5127-to-2.4
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 166ded0ea529ca1a67ab9f783a18fd077797d841
# Push it to GitHub
git push --set-upstream origin backport/backport-5127-to-2.4
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.4 Then, create a pull request where the |
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-1.3 1.3
# Navigate to the new working tree
pushd ../.worktrees/backport-1.3
# Create a new branch
git switch --create backport/backport-5127-to-1.3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 166ded0ea529ca1a67ab9f783a18fd077797d841
# Push it to GitHub
git push --set-upstream origin backport/backport-5127-to-1.3
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-1.3 Then, create a pull request where the |
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-1.x 1.x
# Navigate to the new working tree
pushd ../.worktrees/backport-1.x
# Create a new branch
git switch --create backport/backport-5127-to-1.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 166ded0ea529ca1a67ab9f783a18fd077797d841
# Push it to GitHub
git push --set-upstream origin backport/backport-5127-to-1.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-1.x Then, create a pull request where the |
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-2.3 2.3
# Navigate to the new working tree
pushd ../.worktrees/backport-2.3
# Create a new branch
git switch --create backport/backport-5127-to-2.3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 166ded0ea529ca1a67ab9f783a18fd077797d841
# Push it to GitHub
git push --set-upstream origin backport/backport-5127-to-2.3
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.3 Then, create a pull request where the |
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-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/backport-2.x
# Create a new branch
git switch --create backport/backport-5127-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 166ded0ea529ca1a67ab9f783a18fd077797d841
# Push it to GitHub
git push --set-upstream origin backport/backport-5127-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.x Then, create a pull request where the |
…ect#5127) Signed-off-by: Marc Handalian <handalm@amazon.com> Add changelog entry. Signed-off-by: Marc Handalian <handalm@amazon.com> Signed-off-by: Marc Handalian <handalm@amazon.com>
Signed-off-by: Marc Handalian <handalm@amazon.com> Add changelog entry. Signed-off-by: Marc Handalian <handalm@amazon.com> Signed-off-by: Marc Handalian <handalm@amazon.com> Signed-off-by: Marc Handalian <handalm@amazon.com> Co-authored-by: Marc Handalian <handalm@amazon.com>
Hi @mch2 Still need 1.x, 2.x, 1.3, 2.3. Thanks |
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: Marc Handalian handalm@amazon.com
Description
Bump nebula-publishing-plugin from v4.4.4 to v4.6.0.
4.4.4 relies on nebula-core 3.0.0 which is not in maven central. v4.6.0 depends on nebula-core 4.0.1 which is present.
Issues Resolved
closes #5121
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.