-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Enable cluster local TLS tests for Contour #15378
Enable cluster local TLS tests for Contour #15378
Conversation
/hold for changes in net-contour |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #15378 +/- ##
==========================================
- Coverage 84.62% 84.58% -0.05%
==========================================
Files 219 219
Lines 13584 13587 +3
==========================================
- Hits 11496 11493 -3
- Misses 1723 1726 +3
- Partials 365 368 +3 ☔ View full report in Codecov by Sentry. |
d970893
to
9a0439c
Compare
t.Skip("Skip this test for non-kourier ingress.") | ||
if !strings.Contains(test.ServingFlags.IngressClass, "kourier") || | ||
strings.Contains(test.ServingFlags.IngressClass, "contour") { | ||
t.Skip("Skip this test for non-kourier/contour ingress.") |
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.
I am a bit confused, should not we remove skipping for contour?
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.
The check is inverted, so only run for kourier and now contour.
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.
actually the second clause isn't inverted
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.
Right, I missed that. Maybe use brackets around it then to make it more obvious?
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
/approve
/test contour-latest_serving_main |
/contour-tls_serving_main |
/test contour-tls_serving_main |
HA test failed - re-running since this merged in #15359 |
Ok it merged /test contour-latest_serving_main |
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
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dprotaso, 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 |
/hold cancel |
Fixes #14375
Proposed Changes
Release Note