Skip to content

Commit f2547c2

Browse files
committed
add contour tls testing in github actions
1 parent c8afa39 commit f2547c2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.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)