We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d5ffcd commit 69045d5Copy full SHA for 69045d5
.github/workflows/kind-e2e.yaml
@@ -11,11 +11,11 @@ jobs:
11
fail-fast: false # Keep running if one leg fails.
12
matrix:
13
k8s-version:
14
- - v1.28.x
+# - v1.28.x
15
- v1.29.x
16
ingress:
17
- - istio
18
- - contour
+# - istio
+# - contour
19
- envoy-gateway
20
21
env:
test/e2e-common.sh
@@ -194,6 +194,7 @@ function knative_conformance() {
194
go_test_e2e -timeout=20m -tags=e2e -parallel="${parallel_count}" ./test/conformance \
195
-enable-alpha \
196
-enable-beta \
197
+ -run ^TestIngressConformance/httpoption$ \
198
-skip-tests="${UNSUPPORTED_E2E_TESTS}" \
199
-ingressClass=gateway-api.ingress.networking.knative.dev
200
0 commit comments