Move OpenSearch-specific Jenkins file from opensearch-build#21113
Move OpenSearch-specific Jenkins file from opensearch-build#21113andrross merged 3 commits intoopensearch-project:mainfrom
Conversation
PR Code Analyzer ❗AI-powered 'Code-Diff-Analyzer' found issues on commit 03dfe22.
The table above displays the top 10 most important findings. Pull Requests Author(s): Please update your Pull Request according to the report above. Repository Maintainer(s): You can Thanks. |
PR Reviewer Guide 🔍(Review updated until commit 24b4f68)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to 24b4f68 Explore these optional code suggestions:
Previous suggestionsSuggestions up to commit 769e6a7
Suggestions up to commit 92c5d8e
Suggestions up to commit a763274
Suggestions up to commit 9b755a2
Suggestions up to commit 895b0ec
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #21113 +/- ##
============================================
+ Coverage 73.20% 73.31% +0.11%
- Complexity 73244 73383 +139
============================================
Files 5910 5910
Lines 334421 334421
Branches 48207 48207
============================================
+ Hits 244805 245191 +386
+ Misses 70001 69613 -388
- Partials 19615 19617 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
03dfe22 to
fb7edc8
Compare
|
Persistent review updated to latest commit fb7edc8 |
|
❌ Gradle check result for fb7edc8: 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? |
fb7edc8 to
e2170c5
Compare
|
Persistent review updated to latest commit e2170c5 |
e2170c5 to
895b0ec
Compare
|
Persistent review updated to latest commit 895b0ec |
peterzhuamazon
left a comment
There was a problem hiding this comment.
Block it until issues have been addressed.
Thanks.
|
Persistent review updated to latest commit 9b755a2 |
|
Persistent review updated to latest commit a763274 |
|
❌ Gradle check result for a763274: 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? |
These files are entirely related to running CI workflows against this repository. They share nothing else in opensearch-build. They belong in this repository. Signed-off-by: Andrew Ross <andrross@amazon.com> Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
a763274 to
92c5d8e
Compare
|
Persistent review updated to latest commit 92c5d8e |
|
❌ Gradle check result for 92c5d8e: 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? |
|
❌ Gradle check result for 92c5d8e: 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? |
|
Persistent review updated to latest commit 769e6a7 |
|
❌ Gradle check result for 769e6a7: 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? |
|
Persistent review updated to latest commit 24b4f68 |
|
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/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch/backport-2.x
# Create a new branch
git switch --create backport/backport-21113-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 2a003fda7574ad08d992a3655faeebe70bf3eb04
# Push it to GitHub
git push --set-upstream origin backport/backport-21113-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch/backport-2.xThen, create a pull request where the |
|
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/backport-2.19 2.19
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch/backport-2.19
# Create a new branch
git switch --create backport/backport-21113-to-2.19
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 2a003fda7574ad08d992a3655faeebe70bf3eb04
# Push it to GitHub
git push --set-upstream origin backport/backport-21113-to-2.19
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch/backport-2.19Then, create a pull request where the |
|
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/backport-3.6 3.6
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch/backport-3.6
# Create a new branch
git switch --create backport/backport-21113-to-3.6
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 2a003fda7574ad08d992a3655faeebe70bf3eb04
# Push it to GitHub
git push --set-upstream origin backport/backport-21113-to-3.6
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch/backport-3.6Then, create a pull request where the |
|
Wondering if we need to add |
…ch-project#21113) These files are entirely related to running CI workflows against this repository. They share nothing else in opensearch-build. They belong in this repository. Signed-off-by: Andrew Ross <andrross@amazon.com> Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> Co-authored-by: Peter Zhu <zhujiaxi@amazon.com> Signed-off-by: Abhishek Som <abhissom@amazon.com>
…ch-project#21113) These files are entirely related to running CI workflows against this repository. They share nothing else in opensearch-build. They belong in this repository. Signed-off-by: Andrew Ross <andrross@amazon.com> Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> Co-authored-by: Peter Zhu <zhujiaxi@amazon.com> Signed-off-by: Divya <divyruhil999@gmail.com>
…ch-project#21113) These files are entirely related to running CI workflows against this repository. They share nothing else in opensearch-build. They belong in this repository. Signed-off-by: Andrew Ross <andrross@amazon.com> Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> Co-authored-by: Peter Zhu <zhujiaxi@amazon.com>
…ch-project#21113) These files are entirely related to running CI workflows against this repository. They share nothing else in opensearch-build. They belong in this repository. Signed-off-by: Andrew Ross <andrross@amazon.com> Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> Co-authored-by: Peter Zhu <zhujiaxi@amazon.com>
These files are entirely related to running CI workflows against this repository. They share nothing else in opensearch-build. They belong in this repository.
Related Issues
Resolves opensearch-project/opensearch-build#6094
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.