-
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
Run integtest for components present in test manifest #4349
Conversation
Signed-off-by: Sayali Gaikawad <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4349 +/- ##
=======================================
Coverage 91.35% 91.35%
=======================================
Files 190 190
Lines 6175 6175
=======================================
Hits 5641 5641
Misses 534 534 ☔ View full report in Codecov by Sentry. |
@@ -7,30 +7,30 @@ | |||
* compatible open source license. | |||
*/ | |||
|
|||
lib = library(identifier: 'jenkins@5.11.1', retriever: modernSCM([ | |||
lib = library(identifier: 'jenkins@add-getNames', retriever: modernSCM([ |
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.
Why are we deviating from semver 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.
No was waiting for opensearch-project/opensearch-build-libraries#361 to merge and cut a tag to be used. Else the tests would fail 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.
Upgraded the version and git repo to right version now.
Thanks!
Signed-off-by: Sayali Gaikawad <[email protected]>
|
||
$class: 'GitSCMSource', | ||
remote: 'https://github.com/opensearch-project/opensearch-build-libraries.git', | ||
remote: 'https://github.com/gaiksaya/opensearch-build-libraries.git', |
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.
Similar to above.
Description
This change does the following:
This saves resources in the CI where a stage is deployed and skipped because the components was absent. Also avoids creation of unnecessary issues in the component repos.
Issues Resolved
resolves #3461
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.