-
Notifications
You must be signed in to change notification settings - Fork 273
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
[AUTO] Update input manifests #5037
Conversation
jenkins/check-for-build.jenkinsfile
Outdated
@@ -23,6 +23,8 @@ pipeline { | |||
} | |||
triggers { | |||
parameterizedCron ''' | |||
H 1 * * * %INPUT_MANIFEST=2.18.0/opensearch-dashboards-2.18.0.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip;TEST_MANIFEST=2.18.0/opensearch-dashboards-2.18.0-test.yml;TEST_PLATFORM=linux;TEST_DISTRIBUTION=tar | |||
H 1 * * * %INPUT_MANIFEST=2.17.1/opensearch-2.17.1.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip;TEST_MANIFEST=2.17.1/opensearch-2.17.1-test.yml;TEST_PLATFORM=linux;TEST_DISTRIBUTION=tar |
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.
Maybe we should update the mechanic to only include test for minor not patch releases.
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.
Right! Was also thinking if we should disable integration test failure notification by default. It is enabled by default as of now.
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.
I will just manually remove the 2.17.1 test for now, and later I can update the workflow to only take care of minor release or major.
Signed-off-by: opensearch-ci <[email protected]>
f6099c1
to
b430b09
Compare
Signed-off-by: Peter Zhu <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5037 +/- ##
==========================================
- Coverage 92.46% 92.16% -0.30%
==========================================
Files 197 197
Lines 6727 6727
==========================================
- Hits 6220 6200 -20
- Misses 507 527 +20 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Peter Zhu <[email protected]>
I have noticed that a repo has incremented a version. This change updates the corresponding input manifests.