Skip to content
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

Merged
merged 2 commits into from
Feb 14, 2023

Conversation

matejvasek
Copy link
Contributor

@matejvasek matejvasek commented Feb 13, 2023

Changes

  • Use current (as in PR) version of func in Tekton task during integration testing.
    Without this change the func from main is used and changes in PR are not tested for on cluster build.

@knative-prow knative-prow bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Feb 13, 2023
@knative-prow
Copy link

knative-prow bot commented Feb 13, 2023

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-prow knative-prow bot requested a review from nainaz February 13, 2023 21:00
@knative-prow knative-prow bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 13, 2023
@codecov
Copy link

codecov bot commented Feb 13, 2023

Codecov Report

Base: 51.33% // Head: 61.19% // Increases project coverage by +9.86% 🎉

Coverage data is based on head (212aa0e) compared to base (30b72da).
Patch has no changes to coverable lines.

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     
Flag Coverage Δ
integration-tests 51.37% <ø> (+0.04%) ⬆️
unit-tests-macos-latest 49.90% <ø> (?)
unit-tests-windows-latest 49.95% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
utils/names.go 100.00% <0.00%> (ø)
docker/docker_client_nonlinux.go 0.00% <0.00%> (ø)
docker/creds/credentials.go 73.06% <0.00%> (ø)
knative/deployer.go 63.50% <0.00%> (+3.63%) ⬆️
function_migrations.go 75.49% <0.00%> (+3.97%) ⬆️
docker/runner.go 69.41% <0.00%> (+5.29%) ⬆️
invoke.go 55.39% <0.00%> (+17.98%) ⬆️
client.go 59.21% <0.00%> (+18.99%) ⬆️
docker/docker_client.go 84.87% <0.00%> (+23.52%) ⬆️
template.go 100.00% <0.00%> (+23.68%) ⬆️
... and 14 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.
📢 Do you have feedback about the report comment? Let us know in this issue.

@matejvasek
Copy link
Contributor Author

/cc @jrangelramos

@matejvasek matejvasek requested review from zroubalik, lance and lkingland and removed request for nainaz February 13, 2023 21:12
Copy link
Member

@lance lance left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@knative-prow knative-prow bot added the lgtm Indicates that a PR is ready to be merged. label Feb 13, 2023
@jrangelramos
Copy link
Contributor

/lgtm

Signed-off-by: Matej Vasek <mvasek@redhat.com>
Signed-off-by: Matej Vasek <mvasek@redhat.com>
@knative-prow knative-prow bot removed the lgtm Indicates that a PR is ready to be merged. label Feb 14, 2023
@matejvasek
Copy link
Contributor Author

@lance @jrangelramos please re-lgtm.

@jrangelramos
Copy link
Contributor

/lgtm

@knative-prow knative-prow bot added the lgtm Indicates that a PR is ready to be merged. label Feb 14, 2023
@knative-prow knative-prow bot merged commit 6bedc4a into knative:main Feb 14, 2023
lance pushed a commit to lance/func that referenced this pull request Feb 15, 2023
* 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>
lance pushed a commit to lance/func that referenced this pull request Feb 21, 2023
* 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>
knative-prow bot pushed a commit that referenced this pull request Feb 21, 2023
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants