Skip to content

Commit d18a932

Browse files
committed
add contour support
1 parent c8afa39 commit d18a932

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/kind-e2e.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ jobs:
9494
# Disabled due to flakiness: https://github.com/knative/serving/issues/14637
9595
# - istio-ambient
9696
- contour
97+
- contour-tls
9798
- gateway_istio
9899
- gateway_contour
99100

@@ -135,6 +136,10 @@ jobs:
135136
ingress-class: kourier
136137
enable-tls: 1
137138

139+
- ingress: contour-tls
140+
ingress-class: contour
141+
enable-tls: 1
142+
138143
- test-suite: runtime
139144
test-path: ./test/conformance/runtime/...
140145

0 commit comments

Comments
 (0)