-
Notifications
You must be signed in to change notification settings - Fork 107
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
ci: enhance build.yml workflow #565
ci: enhance build.yml workflow #565
Conversation
994ec0d
to
9c284ed
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## develop #565 +/- ##
========================================
Coverage 99.53% 99.53%
========================================
Files 1 1
Lines 431 431
========================================
Hits 429 429
Misses 1 1
Partials 1 1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
9c284ed
to
84cbed4
Compare
84cbed4
to
07a8379
Compare
07a8379
to
3792082
Compare
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.
Will the release-charts changes come later?
ce78d1e
to
cdb6114
Compare
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.
You'd have to document the removal of the ansible build and push e2e image on the PR description or commit message.
Signed-off-by: Abhinandan Purkait <[email protected]>
cdb6114
to
b06b0ed
Compare
ci: enhance build.yml workflow Signed-off-by: sinhaashish <[email protected]>
Workflow in detail
NOTE
This PR removes the
ansible
step, that used to create image for e2e-test. e2e-test for openebs engines are now supposed to be carried out in the https://github.com/openebs/openebs-e2e repo going forward.