Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
ReToCode committed Jul 3, 2024
1 parent 9d5ffcd commit 69045d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/kind-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
fail-fast: false # Keep running if one leg fails.
matrix:
k8s-version:
- v1.28.x
# - v1.28.x
- v1.29.x
ingress:
- istio
- contour
# - istio
# - contour
- envoy-gateway

env:
Expand Down
1 change: 1 addition & 0 deletions test/e2e-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ function knative_conformance() {
go_test_e2e -timeout=20m -tags=e2e -parallel="${parallel_count}" ./test/conformance \
-enable-alpha \
-enable-beta \
-run ^TestIngressConformance/httpoption$ \
-skip-tests="${UNSUPPORTED_E2E_TESTS}" \
-ingressClass=gateway-api.ingress.networking.knative.dev

Expand Down

0 comments on commit 69045d5

Please sign in to comment.