-
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
Adding OSD in the distribution build pipeline with build script using volta to install nodejs dependencies #2841
Adding OSD in the distribution build pipeline with build script using volta to install nodejs dependencies #2841
Conversation
Signed-off-by: Your Name <you@example.com>
…o opensearch-dashboards-support-2.4.0-1
…terzhuamazon/opensearch-build into opensearch-dashboards-support-2.4.0-1
Signed-off-by: Your Name <you@example.com>
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
…o opensearch-dashboards-support-2.4.0-1
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
…ds-support-2.4.0-1
Codecov Report
@@ Coverage Diff @@
## main #2841 +/- ##
=======================================
Coverage 93.66% 93.66%
=======================================
Files 158 158
Lines 4373 4373
=======================================
Hits 4096 4096
Misses 277 277 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
a16bbb4
to
a6aea0f
Compare
…ds-support-2.4.0-1
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
H 1 * * * %INPUT_MANIFEST=2.3.1/opensearch-2.3.1.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux macos | ||
H 1 * * * %INPUT_MANIFEST=2.3.1/opensearch-dashboards-2.3.1.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards;BUILD_PLATFORM=linux | ||
H 1 * * * %INPUT_MANIFEST=2.3.1/opensearch-2.3.1.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux macos windows | ||
H 1 * * * %INPUT_MANIFEST=2.3.1/opensearch-dashboards-2.3.1.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards;BUILD_PLATFORM=linux windows |
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.
@peterzhuamazon are we going to 2.3.1 ?
@bbarani
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.
We are planning 2.3.1 if needed thus still running the builds.
Hey @peterzhuamazon can the |
We already did that but just like container there are issues:
Thanks. |
Have we tested the change in a Jenkins job? |
Yes we have tested the PR with 2.4.0 builds:
|
Description
Make tweaks to dashboards plugin build script to support windows
Issues Resolved
#2306
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.