-
Notifications
You must be signed in to change notification settings - Fork 145
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
[release-1.9] feat: enabled s2i for python (#1562) #1579
Conversation
* feat: enable s2i for python Signed-off-by: Matej Vasek <mvasek@redhat.com> --------- Signed-off-by: Matej Vasek <mvasek@redhat.com>
/approve |
Codecov ReportBase: 63.01% // Head: 60.82% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## release-1.9 #1579 +/- ##
===============================================
- Coverage 63.01% 60.82% -2.20%
===============================================
Files 74 74
Lines 10764 10070 -694
===============================================
- Hits 6783 6125 -658
+ Misses 3422 3388 -34
+ Partials 559 557 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
* cleanup: style Signed-off-by: Matej Vasek <mvasek@redhat.com> * fix: use current func image for in cluster tests Signed-off-by: Matej Vasek <mvasek@redhat.com> --------- Signed-off-by: Matej Vasek <mvasek@redhat.com>
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lance, matejvasek The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This is a cherry pick of #1562 to enable s2i builds for Python in 1.9.x releases.
/cc @matejvasek
/kind enhancement