-
Notifications
You must be signed in to change notification settings - Fork 277
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 more components to 1.3.14 manifest #4255
Conversation
Signed-off-by: Zelin Hao <zelinhao@amazon.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4255 +/- ##
=======================================
Coverage 93.16% 93.16%
=======================================
Files 189 189
Lines 5973 5973
=======================================
Hits 5565 5565
Misses 408 408 ☔ View full report in Codecov by Sentry. |
CI checks failed is not related and addressed in this issue. #4227 |
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.
Is there a dashboards yaml as well here?
jenkins/check-for-build.jenkinsfile
Outdated
@@ -23,11 +23,11 @@ pipeline { | |||
} | |||
triggers { | |||
parameterizedCron ''' | |||
H 1 * * * %INPUT_MANIFEST=1.3.14/opensearch-dashboards-1.3.14.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip | |||
H/60 * * * * %INPUT_MANIFEST=1.3.14/opensearch-dashboards-1.3.14.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip | |||
H 1 * * * %INPUT_MANIFEST=2.10.1/opensearch-dashboards-2.10.1.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip |
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.
can you remove the ones that is not useful anymore like 2.10.0?
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.
Just removed.
Yeah there is dashboards input manifest there with just OSD though. I will add rest of components in the next PR.
Signed-off-by: Zelin Hao <zelinhao@amazon.com>
Description
Add more components to 1.3.14 manifest
Issues Resolved
Part of #4069
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.