Skip to content
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

Update to Gradle 8.10 #15177

Merged
merged 2 commits into from
Aug 14, 2024
Merged

Update to Gradle 8.10 #15177

merged 2 commits into from
Aug 14, 2024

Conversation

reta
Copy link
Collaborator

@reta reta commented Aug 8, 2024

Description

Update to Gradle 8.10

Related Issues

N/A

Check List

  • Functionality includes testing.
  • API changes companion pull request created, if applicable.
  • Public documentation issue/PR created, if applicable.

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.

@reta reta added skip-changelog Build Build Tasks/Gradle Plugin, groovy scripts, build tools, Javadoc enforcement. labels Aug 8, 2024
Copy link
Contributor

github-actions bot commented Aug 8, 2024

✅ Gradle check result for 2e2bdb1: SUCCESS

Copy link

codecov bot commented Aug 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.89%. Comparing base (2311195) to head (efc42ca).
Report is 13 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main   #15177   +/-   ##
=========================================
  Coverage     71.89%   71.89%           
+ Complexity    63052    63040   -12     
=========================================
  Files          5189     5189           
  Lines        295202   295202           
  Branches      42668    42668           
=========================================
+ Hits         212229   212231    +2     
+ Misses        65586    65548   -38     
- Partials      17387    17423   +36     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@reta reta force-pushed the gradle.8.10 branch 4 times, most recently from 0fba16e to 2559c3a Compare August 12, 2024 18:50
Copy link
Contributor

✅ Gradle check result for 817ed19: SUCCESS

@reta reta force-pushed the gradle.8.10 branch 2 times, most recently from 30d7377 to c050d67 Compare August 12, 2024 19:14
Copy link
Contributor

❌ Gradle check result for 30d7377: 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?

Copy link
Contributor

❌ Gradle check result for 2559c3a: 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?

Copy link
Contributor

✅ Gradle check result for 0fba16e: SUCCESS

@reta reta force-pushed the gradle.8.10 branch 3 times, most recently from 4572d77 to 296f5f2 Compare August 12, 2024 20:08
Copy link
Contributor

❕ Gradle check result for c050d67: UNSTABLE

Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure.

Copy link
Contributor

❌ Gradle check result for c4b5727: 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?

Copy link
Contributor

❌ Gradle check result for 75f09b1: TIMEOUT

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?

Copy link
Contributor

✅ Gradle check result for 4fb80be: SUCCESS

@reta reta force-pushed the gradle.8.10 branch 3 times, most recently from 5d89b26 to 86e0ae2 Compare August 12, 2024 20:36
Copy link
Contributor

❌ Gradle check result for 5d89b26: 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?

@reta reta force-pushed the gradle.8.10 branch 2 times, most recently from ede20c3 to a6648dd Compare August 12, 2024 20:42
Copy link
Contributor

❕ Gradle check result for 4572d77: UNSTABLE

  • TEST FAILURES:
      1 org.opensearch.cluster.MinimumClusterManagerNodesIT.testThreeNodesNoClusterManagerBlock

Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure.

Copy link
Contributor

❕ Gradle check result for c3d280e: UNSTABLE

Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure.

Copy link
Contributor

❌ Gradle check result for 958c4fb: TIMEOUT

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?

@reta reta force-pushed the gradle.8.10 branch 2 times, most recently from 3aaa56f to 908ad58 Compare August 14, 2024 17:22
Copy link
Contributor

❌ Gradle check result for 517b154: 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?

Copy link
Contributor

❌ Gradle check result for 3aaa56f: 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?

Copy link
Contributor

❌ Gradle check result for 908ad58: 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?

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Copy link
Contributor

❌ Gradle check result for 9e04756: 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?

Copy link
Contributor

❌ Gradle check result for aa62d59: 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?

Copy link
Contributor

✅ Gradle check result for efc42ca: SUCCESS

@reta reta requested a review from peternied August 14, 2024 19:10
@peternied peternied merged commit 01acf1c into opensearch-project:main Aug 14, 2024
35 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Aug 14, 2024
* Update to Gradle 8.10

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>

* Address code review comments

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>

---------

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
(cherry picked from commit 01acf1c)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
reta pushed a commit that referenced this pull request Aug 14, 2024
* Update to Gradle 8.10



* Address code review comments



---------


(cherry picked from commit 01acf1c)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
wdongyu pushed a commit to wdongyu/OpenSearch that referenced this pull request Aug 22, 2024
* Update to Gradle 8.10

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>

* Address code review comments

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>

---------

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
akolarkunnu pushed a commit to akolarkunnu/OpenSearch that referenced this pull request Sep 10, 2024
* Update to Gradle 8.10

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>

* Address code review comments

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>

---------

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x Backport to 2.x branch Build Build Tasks/Gradle Plugin, groovy scripts, build tools, Javadoc enforcement. skip-changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants