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

Add contour-tls to test matrix #15395

Closed
wants to merge 3 commits into from

Conversation

ReToCode
Copy link
Member

Proposed Changes

  • Add contour-tls to test matrix

/hold will need rebase after #15394

@knative-prow knative-prow bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jul 15, 2024
Copy link

knative-prow bot commented Jul 15, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ReToCode

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 review from izabelacg and skonto July 15, 2024 06:27
@knative-prow knative-prow bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Jul 15, 2024
Copy link

codecov bot commented Jul 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.57%. Comparing base (2156812) to head (2664952).
Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #15395      +/-   ##
==========================================
- Coverage   84.58%   84.57%   -0.01%     
==========================================
  Files         219      219              
  Lines       13587    13587              
==========================================
- Hits        11492    11491       -1     
- Misses       1726     1728       +2     
+ Partials      369      368       -1     

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

@ReToCode
Copy link
Member Author

@dprotaso I initially tried to add contour in #15394 but there seems to be issues with contour + tls + domain mappings (see errors in this PR). Would you mind to check this? It may be that we did not catch this on the enable-tls PR as it just ran the prow TLS stuff.

@ReToCode
Copy link
Member Author

FAIL test/conformance/api/v1beta1.TestDomainMapping (605.10s)
FAIL Package test/conformance/api/v1beta1 (10m5.175s)
FAIL test/conformance/api/v1.TestServiceWithTrafficSplit (1013.33s)

Copy link

knative-prow bot commented Jul 15, 2024

@ReToCode: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
istio-latest-no-mesh_serving_main 2664952 link true /test istio-latest-no-mesh

Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@dprotaso
Copy link
Member

Yeah it's a known issue - knative-extensions/net-contour#862

Let me take a look at it

@dprotaso
Copy link
Member

Curious how does kourier get around this problem?

@ReToCode
Copy link
Member Author

Curious how does kourier get around this problem?

Hm good point, I think we "cheat" in that case: https://github.com/knative-extensions/net-kourier/blob/main/pkg/generator/ingress_translator.go#L216.

The connection from envoy to itself is actually not encrypted.

@dprotaso
Copy link
Member

I'm going to close this out and revisit this when we have a fix in place

@dprotaso dprotaso closed this Jul 17, 2024
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. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. 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