-
Notifications
You must be signed in to change notification settings - Fork 280
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
[Release 1.3.5] Temp fix bug with build.sh
#2471
Conversation
Signed-off-by: prudhvigodithi <[email protected]>
Signed-off-by: prudhvigodithi <[email protected]>
Signed-off-by: prudhvigodithi <[email protected]>
Signed-off-by: prudhvigodithi <[email protected]>
Signed-off-by: prudhvigodithi <[email protected]>
Signed-off-by: prudhvigodithi <[email protected]>
Tes with
|
Test with Result
|
Codecov Report
@@ Coverage Diff @@
## main #2471 +/- ##
=========================================
Coverage 94.63% 94.63%
Complexity 27 27
=========================================
Files 213 213
Lines 4324 4324
Branches 29 29
=========================================
Hits 4092 4092
Misses 226 226
Partials 6 6 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are 8 unrelated commits in the history in this PR, please rebase.
I'm very opposed to this fix, because it will hide errors and long term will leave 1.3 branch unbuildable. It's nowhere near EOL. Can we please commit a working |
I'm afraid, it could impact the release timeline, as based on the failure per component the script has to be added to the component repo. @dblock |
How so? By how much? How many components are missing a build.sh? These are trivial additions to the repos. Raise PRs. |
I see for performance-analyzer, performance-analyzer-rca, asynchronous-search, anomaly-detection, index-management, dashboard-reports(reports-scheduler), observability, sql components does have the |
Thanks @prudhvigodithi! I'll help CR. |
Description
Temporary fix to add an if condition for
build.sh
to make sure for 1.3.5publishPluginZipPublicationToZipStagingRepository
task is not executed.Long term:
Should remove this
if
condition once the1.3.x
reaches EOL or once the branching strategy is in place, this should be resolvedNote: changing the
CREATE_GITHUB_ISSUE
to false until the issue gets fixedjava.io.FileNotFoundException: /var/jenkins/workspace/distribution-build-opensearch/manifests/1.3.5/opensearch-1.3.5.yml does not
Issues Resolved
#2470
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.