-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add 2.17.0 in main branch #15053
Add 2.17.0 in main branch #15053
Conversation
Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
LGTM thanks @bowenlan-amzn. |
❌ Gradle check result for 8d41db9: 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 8d41db9: 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 8d41db9: 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 8d41db9: 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 is hitting this logic when checkout 2.x branch to build bwc distribution. Jenkins gradle check uses OpenSearch/buildSrc/src/main/java/org/opensearch/gradle/internal/InternalBwcGitPlugin.java Lines 160 to 198 in f4c7ac9
|
@bowenlan-amzn yes, it seems like the wrong commit is picked:
|
❌ Gradle check result for a824df2: 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? |
This is a new flaky test added in #14795 |
❌ Gradle check result for a824df2: 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? |
@github-actions commented on Aug 1, 2024, 4:56 PM PDT:
|
❌ Gradle check result for a824df2: 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? |
@github-actions commented on Aug 1, 2024, 5:38 PM PDT:
we are even seeing 2 flaky tests now |
❌ Gradle check result for a824df2: 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? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #15053 +/- ##
============================================
- Coverage 71.93% 71.83% -0.10%
+ Complexity 62900 62805 -95
============================================
Files 5169 5169
Lines 294645 294646 +1
Branches 42610 42610
============================================
- Hits 211957 211670 -287
- Misses 65296 65594 +298
+ Partials 17392 17382 -10 ☔ View full report in Codecov by Sentry. |
Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
Description
Add 2.17.0 in main branch
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
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.