Updating the PA zip creation logic for docker build#357
Merged
khushbr merged 2 commits intoopensearch-project:mainfrom May 12, 2023
Merged
Updating the PA zip creation logic for docker build#357khushbr merged 2 commits intoopensearch-project:mainfrom
khushbr merged 2 commits intoopensearch-project:mainfrom
Conversation
…udant git clone with pulling artifacts from ci.opensearch.org Signed-off-by: Khushboo Rajput <khushbr@amazon.com>
Signed-off-by: Khushboo Rajput <khushbr@amazon.com>
Codecov Report
@@ Coverage Diff @@
## main #357 +/- ##
============================================
- Coverage 72.79% 72.76% -0.04%
+ Complexity 3047 3043 -4
============================================
Files 381 381
Lines 19013 19013
Branches 1472 1472
============================================
- Hits 13841 13834 -7
- Misses 4579 4582 +3
- Partials 593 597 +4
|
ansjcy
approved these changes
May 12, 2023
sgup432
approved these changes
May 12, 2023
Merged
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Is your feature request related to a problem? Please provide an existing Issue # , or describe.
Addressing the build failure due to
gradleversion upgrade. From https://github.com/opensearch-project/performance-analyzer-rca/actions/runs/4833884278/jobs/8815180043:Describe the solution you are proposing
Removing the redundant git clone and replacing with pulling Snapshots from Maven Snapshot repo(https://aws.oss.sonatype.org/content/repositories/snapshots). Refer: https://opensearch.org/blog/opensearch-plugin-zips-now-in-maven-repo/
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.