Skip to content

Commit

Permalink
only test with kourier for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ReToCode committed Nov 10, 2023
1 parent f167ab7 commit d6939f2
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/kind-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,17 +87,17 @@ jobs:
fail-fast: false # Keep running if one leg fails.
matrix:
k8s-version:
- v1.26.x
- v1.27.x
# - v1.26.x
# - v1.27.x
- v1.28.x

ingress:
- kourier
- kourier-tls
- istio
- istio-tls
- istio-ambient
- contour
# - istio
# - istio-tls
# - istio-ambient
# - contour
# Disabled due to consistent failures
# - gateway_istio

Expand All @@ -113,21 +113,21 @@ jobs:
# test-flags: -enable-alpha
# namespace-resources: httproute

- ingress: contour
namespace-resources: httpproxy

- ingress: istio
namespace-resources: virtualservices

- ingress: istio-tls
ingress-class: istio
namespace-resources: virtualservices
enable-tls: 1

- ingress: istio-ambient
namespace-resources: virtualservices
ingress-class: istio
ambient: 1
# - ingress: contour
# namespace-resources: httpproxy
#
# - ingress: istio
# namespace-resources: virtualservices
#
# - ingress: istio-tls
# ingress-class: istio
# namespace-resources: virtualservices
# enable-tls: 1

# - ingress: istio-ambient
# namespace-resources: virtualservices
# ingress-class: istio
# ambient: 1

- ingress: kourier-tls
ingress-class: kourier
Expand Down

0 comments on commit d6939f2

Please sign in to comment.