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

test: making e2e config tests builder agnostic #2533

Merged

Conversation

jrangelramos
Copy link
Contributor

Changes

  • 🧹 Making config envs tests builder agnostic

/kind cleanup

The referred test are written using go functions which previously were only supported with pack builder. Since s2i builder also can build go functions now, the --builder specific flags are no longer required.

@knative-prow knative-prow bot added kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Oct 7, 2024
@knative-prow knative-prow bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Oct 7, 2024
Copy link

codecov bot commented Oct 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.88%. Comparing base (35eb3a4) to head (8192464).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2533      +/-   ##
==========================================
+ Coverage   60.63%   66.88%   +6.24%     
==========================================
  Files         130      130              
  Lines       15465    12036    -3429     
==========================================
- Hits         9377     8050    -1327     
+ Misses       5180     3011    -2169     
- Partials      908      975      +67     
Flag Coverage Δ
e2e-test 36.53% <ø> (-0.03%) ⬇️
e2e-test-oncluster 33.32% <ø> (?)
e2e-test-oncluster-runtime 29.69% <ø> (?)
e2e-test-runtime-go 26.59% <ø> (?)
e2e-test-runtime-node 25.98% <ø> (?)
e2e-test-runtime-python 25.98% <ø> (?)
e2e-test-runtime-quarkus 26.08% <ø> (?)
e2e-test-runtime-rust 25.11% <ø> (?)
e2e-test-runtime-springboot 25.16% <ø> (?)
e2e-test-runtime-typescript 26.07% <ø> (?)
integration-tests 53.02% <ø> (+2.31%) ⬆️
unit-tests 51.65% <ø> (?)
unit-tests-macos-latest ?
unit-tests-ubuntu-latest ?
unit-tests-windows-latest ?

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@matejvasek
Copy link
Contributor

/approve
/lgtm

@knative-prow knative-prow bot added the lgtm Indicates that a PR is ready to be merged. label Oct 7, 2024
Copy link

knative-prow bot commented Oct 7, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jrangelramos, 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:
  • OWNERS [jrangelramos,matejvasek]

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 merged commit 47ccd6c into knative:main Oct 7, 2024
39 checks passed
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. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lgtm Indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants