-
Notifications
You must be signed in to change notification settings - Fork 62
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
Add build.sh #483
Add build.sh #483
Conversation
Signed-off-by: prudhvigodithi <[email protected]>
Codecov Report
@@ Coverage Diff @@
## 1.3 #483 +/- ##
============================================
- Coverage 74.86% 73.20% -1.67%
+ Complexity 1002 985 -17
============================================
Files 141 141
Lines 4575 4575
Branches 509 509
============================================
- Hits 3425 3349 -76
- Misses 834 914 +80
+ Partials 316 312 -4
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
The build failure is reproducible here. Someone needs to look into it.
|
Looks like security tests on 1.3 are failing. I can see that same line on main has the null param removed. |
I think the error is due to tracking version of 1.3.5 on 1.3 branch of security
|
Correct. Raised a PR for version bump first: #484 |
@prudhvigodithi Can you rebase the PR once so that CCR builds for 1.3.5? |
Hey @ankitkala, I just did. |
Description
Default build.sh in build repo for 1.3.x includes task publishPluginZipPublicationToZipStagingRepository.
Issues Resolved
opensearch-project/opensearch-build#2470
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.