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.8 (#13584) #14182

Merged
merged 1 commit into from
Jun 13, 2024
Merged

Conversation

reta
Copy link
Collaborator

@reta reta commented Jun 11, 2024

Description

Update to Gradle 8.8 (#13584)

Related Issues

Resubmitting #13584

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.

Copy link
Contributor

❕ Gradle check result for e57ce06: 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

codecov bot commented Jun 11, 2024

Codecov Report

Attention: Patch coverage is 40.42553% with 28 lines in your changes missing coverage. Please review.

Project coverage is 71.62%. Comparing base (b15cb0c) to head (738a1c9).
Report is 420 commits behind head on main.

Files Patch % Lines
...n/java/org/opensearch/gradle/util/GradleUtils.java 0.00% 9 Missing ⚠️
.../opensearch/gradle/info/GlobalBuildInfoPlugin.java 61.53% 5 Missing ⚠️
...ensearch/gradle/precommit/ThirdPartyAuditTask.java 0.00% 5 Missing ⚠️
...ensearch/gradle/tar/SymbolicLinkPreservingTar.java 0.00% 3 Missing ⚠️
...ternal/InternalDistributionArchiveSetupPlugin.java 0.00% 2 Missing ⚠️
...e/precommit/DependencyLicensesPrecommitPlugin.java 71.42% 2 Missing ⚠️
...earch/gradle/precommit/DependencyLicensesTask.java 71.42% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #14182      +/-   ##
============================================
+ Coverage     71.42%   71.62%   +0.20%     
- Complexity    59978    62017    +2039     
============================================
  Files          4985     5117     +132     
  Lines        282275   291712    +9437     
  Branches      40946    42168    +1222     
============================================
+ Hits         201603   208930    +7327     
- Misses        63999    65564    +1565     
- Partials      16673    17218     +545     

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

Copy link
Contributor

❌ Gradle check result for 6ede12d: 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 16d3868: 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 9ef3cc1: 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 96fd05d: 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 275f1a1: 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 265ddfc: 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 ec0b382: 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
Copy link
Collaborator Author

reta commented Jun 13, 2024

❌ Gradle check result for ec0b382: FAILURE

#14270

Copy link
Contributor

✅ Gradle check result for ec0b382: SUCCESS

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
@reta reta changed the title [WIP] Update to Gradle 8.8 (#13584) Update to Gradle 8.8 (#13584) Jun 13, 2024
@reta reta marked this pull request as ready for review June 13, 2024 14:57
Copy link
Contributor

❕ Gradle check result for 738a1c9: 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.

@reta
Copy link
Collaborator Author

reta commented Jun 13, 2024

@dblock apologies for a noise, seems like the issues we've been facing are solved now, I did builds across all plugins and do not see any Gradle related failures anymore

@dblock dblock merged commit 8af4647 into opensearch-project:main Jun 13, 2024
52 of 54 checks passed
@dblock dblock added the backport 2.x Backport to 2.x branch label Jun 13, 2024
opensearch-trigger-bot bot pushed a commit that referenced this pull request Jun 13, 2024
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
(cherry picked from commit 8af4647)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
reta pushed a commit that referenced this pull request Jun 13, 2024
(cherry picked from commit 8af4647)

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>
harshavamsi pushed a commit to harshavamsi/OpenSearch that referenced this pull request Jul 12, 2024
…4182)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
kkewwei pushed a commit to kkewwei/OpenSearch that referenced this pull request Jul 24, 2024
…4182) (opensearch-project#14276)

(cherry picked from commit 8af4647)

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>
Signed-off-by: kkewwei <kkewwei@163.com>
wdongyu pushed a commit to wdongyu/OpenSearch that referenced this pull request Aug 22, 2024
…4182)

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 skip-changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants