-
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
Use current (as in PR) func image in integration tests #1548
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 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 |
Codecov ReportBase: 51.33% // Head: 61.19% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1548 +/- ##
==========================================
+ Coverage 51.33% 61.19% +9.86%
==========================================
Files 71 74 +3
Lines 9812 10152 +340
==========================================
+ Hits 5037 6213 +1176
+ Misses 4225 3368 -857
- Partials 550 571 +21
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. |
/cc @jrangelramos |
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.
/lgtm
/lgtm |
Signed-off-by: Matej Vasek <mvasek@redhat.com>
Signed-off-by: Matej Vasek <mvasek@redhat.com>
3eec3b0
to
212aa0e
Compare
@lance @jrangelramos please re-lgtm. |
/lgtm |
* 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>
* 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>
* feat: enabled s2i for python (#1562) * feat: enable s2i for python Signed-off-by: Matej Vasek <mvasek@redhat.com> --------- Signed-off-by: Matej Vasek <mvasek@redhat.com> * Use current (as in PR) func image in integration tests (#1548) * 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> --------- Signed-off-by: Matej Vasek <mvasek@redhat.com> Co-authored-by: Matej Vasek <mvasek@redhat.com>
Changes
func
in Tekton task during integration testing.Without this change the
func
frommain
is used and changes in PR are not tested for on cluster build.