Skip to content

Commit

Permalink
[release-1.12] Disable flaky ambient e2e tests (#14848)
Browse files Browse the repository at this point in the history
* Disable flaky ambient e2e tests

* Fix lint error

---------

Co-authored-by: Reto Lehmann <[email protected]>
  • Loading branch information
knative-prow-robot and ReToCode committed Jan 30, 2024
1 parent 0d199d9 commit d2c569c
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/kind-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ jobs:
- kourier-tls
- istio
- istio-tls
- istio-ambient
# Disabled due to flakiness: https://github.com/knative/serving/issues/14637
# - istio-ambient
- contour
# Disabled due to consistent failures
# - gateway_istio
Expand Down Expand Up @@ -124,10 +125,11 @@ jobs:
namespace-resources: virtualservices
enable-tls: 1

- ingress: istio-ambient
namespace-resources: virtualservices
ingress-class: istio
ambient: 1
# Disabled due to flakiness: https://github.com/knative/serving/issues/14637
# - ingress: istio-ambient
# namespace-resources: virtualservices
# ingress-class: istio
# ambient: 1

- ingress: kourier-tls
ingress-class: kourier
Expand All @@ -146,7 +148,8 @@ jobs:
KIND: 1
INGRESS_CLASS: ${{ matrix.ingress-class || matrix.ingress }}.ingress.networking.knative.dev
ENABLE_TLS: ${{ matrix.enable-tls || 0 }}
AMBIENT: ${{ matrix.ambient || 0 }}
# Disabled due to flakiness: https://github.com/knative/serving/issues/14637
# AMBIENT: ${{ matrix.ambient || 0 }}

steps:
- name: Set up Go 1.21.x
Expand Down

0 comments on commit d2c569c

Please sign in to comment.