-
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
[Backport 2.0] Adding reta to codeowners #4475
Conversation
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
The gradle check fails during jdk 14 Adoptium installation. @peterzhuamazon @prudhvigodithi : Any ideas on how to fix this ?
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Fixed now, Jenkins removed the jdk14 support in auto install list, we manually add a zip now. |
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Unrelated failure:
The backport branch is up-to-date with the base branch i.e. Will re-fire gradle check |
Gradle Check (Jenkins) Run Completed with:
|
@kartg: I think this is happening because of 1.3 bump from 1.3.5 to 1.3.6 on 1.3 branch. PR #4381 while 2.0 have 1.3.5 as latest. The last gradle check failed with same error as the last one This is causing problems on all 2.x branches which run bwc on latest patch on previous major version. |
Raised #4491 to fix it. |
thanks @dreamer-89 ! |
The bwc change in #4491 is merged. Can you please rebase this PR |
Rebased now. |
Signed-off-by: Vacha Shah <vachshah@amazon.com> (cherry picked from commit 8033183)
eab226c
to
6e3f3c5
Compare
Codecov Report
@@ Coverage Diff @@
## 2.0 #4475 +/- ##
=========================================
Coverage 77.12% 77.12%
Complexity 62414 62414
=========================================
Files 4490 4490
Lines 271456 271456
Branches 40454 40454
=========================================
Hits 209371 209371
Misses 45565 45565
Partials 16520 16520 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Gradle Check (Jenkins) Run Completed with:
|
Gradle check job 2994 is failing with below error. Flaky test failure!
|
Gradle Check (Jenkins) Run Completed with:
|
Another test failure. As changes are not related to test area, refiring! This flaky test is tracked in #4212
|
Gradle Check (Jenkins) Run Completed with:
|
Thanks for persisting @dreamer-89 😎 I'll go ahead and merge this. |
Backport 8033183 from #2967