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.5 #519

Merged
merged 2 commits into from
Jan 25, 2024
Merged

Conversation

RS146BIJAY
Copy link
Collaborator

Description

Update to Gradle 8.5

Issues Resolved

List any issues this PR will resolve, e.g. Closes [...].

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.

Signed-off-by: RS146BIJAY <[email protected]>
Copy link

codecov bot commented Jan 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (main@e70aa78). Click here to learn what that means.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #519   +/-   ##
=======================================
  Coverage        ?   84.16%           
  Complexity      ?      558           
=======================================
  Files           ?       61           
  Lines           ?     2046           
  Branches        ?      146           
=======================================
  Hits            ?     1722           
  Misses          ?      227           
  Partials        ?       97           

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

@RS146BIJAY RS146BIJAY force-pushed the main_gradle branch 3 times, most recently from d61d2c6 to 7ec9c00 Compare January 25, 2024 10:58
@RS146BIJAY RS146BIJAY marked this pull request as ready for review January 25, 2024 11:07
bharath-techie
bharath-techie previously approved these changes Jan 25, 2024
Signed-off-by: Andriy Redko <[email protected]>
Signed-off-by: RS146BIJAY <[email protected]>
String bwcVersion = bwcVersionShort + ".0"
String bwcFilePath = "src/test/resources/org/opensearch/search/asynchronous/bwc/"
String bwcRemoteFile = "https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/"+ bwcVersionShort + "/latest/linux/x64/tar/builds/opensearch/plugins/opensearch-asynchronous-search-"+ bwcVersion +".zip"
getPluginResource(bwcFilePath + bwcVersion, bwcRemoteFile)
//getPluginResource(bwcFilePath + bwcVersion, bwcRemoteFile)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why are we commenting this

Copy link
Collaborator Author

@RS146BIJAY RS146BIJAY Jan 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because we are providing it offline. It was unable to download the zip from remote. So inorder to fix build we downloaded it from repository and put in test/resource folder.

@bharath-techie bharath-techie merged commit bc2b501 into opensearch-project:main Jan 25, 2024
14 checks passed
@reta
Copy link
Contributor

reta commented Jan 25, 2024

@RS146BIJAY @bharath-techie I am curious why the original pull request (#516) was not merged?

@reta
Copy link
Contributor

reta commented Jan 25, 2024

@RS146BIJAY Please backport to 2.x

RS146BIJAY added a commit to RS146BIJAY/asynchronous-search that referenced this pull request Jan 25, 2024
* Updating maintainers file

Signed-off-by: RS146BIJAY <[email protected]>

* Update to Gradle 8.5

Signed-off-by: Andriy Redko <[email protected]>
Signed-off-by: RS146BIJAY <[email protected]>

---------

Signed-off-by: RS146BIJAY <[email protected]>
Signed-off-by: Andriy Redko <[email protected]>
Co-authored-by: Andriy Redko <[email protected]>
(cherry picked from commit bc2b501)
bharath-techie pushed a commit that referenced this pull request Jan 25, 2024
…Update to Gradle 8.5 (#522)

* Update to Gradle 8.5 (#519)

* Updating maintainers file

Signed-off-by: RS146BIJAY <[email protected]>

* Update to Gradle 8.5

Signed-off-by: Andriy Redko <[email protected]>
Signed-off-by: RS146BIJAY <[email protected]>

---------

Signed-off-by: RS146BIJAY <[email protected]>
Signed-off-by: Andriy Redko <[email protected]>
Co-authored-by: Andriy Redko <[email protected]>
(cherry picked from commit bc2b501)

* Updates admin credentials used in github workflow (#521)

Signed-off-by: RS146BIJAY <[email protected]>
(cherry picked from commit a0e9476)
@RS146BIJAY
Copy link
Collaborator Author

@RS146BIJAY @bharath-techie I am curious why the original pull request (#516) was not merged?

@reta Actually I was not sure why bwc tests were failing for previous PR and we urgently needed to send another change fixing admin credentials. So we took your changes along and tried multiple hit and trails to fix failing bwc and once build passed we pushed this change. Agreed this PR was redundant and could have send previous PR itself with bwc fix.

@RS146BIJAY
Copy link
Collaborator Author

@RS146BIJAY Please backport to 2.x

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants