From 9f896e1731f79cfcce0b304b400e1265e69d00cb Mon Sep 17 00:00:00 2001 From: Stavros Kontopoulos Date: Tue, 14 Jan 2025 18:59:49 +0200 Subject: [PATCH 1/2] exclude kourier tls runtime on 1.30.x --- .github/workflows/kind-e2e.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/kind-e2e.yaml b/.github/workflows/kind-e2e.yaml index a999bbf157c6..93fcf8abd19e 100644 --- a/.github/workflows/kind-e2e.yaml +++ b/.github/workflows/kind-e2e.yaml @@ -143,6 +143,10 @@ jobs: - test-suite: e2e test-path: ./test/e2e + exclude: + - k8s-version: v1.30.x + ingress: kourier-tls + test-suite: runtime env: KIND: 1 INGRESS_CLASS: ${{ matrix.ingress-class || matrix.ingress }}.ingress.networking.knative.dev From 9c9571d539f1cb1037a29625397ec5b64279115b Mon Sep 17 00:00:00 2001 From: Stavros Kontopoulos Date: Wed, 15 Jan 2025 18:08:56 +0200 Subject: [PATCH 2/2] disable kourier tls runtime --- .github/workflows/kind-e2e.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/kind-e2e.yaml b/.github/workflows/kind-e2e.yaml index 93fcf8abd19e..dac3365b2898 100644 --- a/.github/workflows/kind-e2e.yaml +++ b/.github/workflows/kind-e2e.yaml @@ -144,9 +144,13 @@ jobs: test-path: ./test/e2e exclude: + # Disabled due to flakiness: https://github.com/knative/serving/issues/15697 - k8s-version: v1.30.x ingress: kourier-tls test-suite: runtime + - k8s-version: v1.31.x + ingress: kourier-tls + test-suite: runtime env: KIND: 1 INGRESS_CLASS: ${{ matrix.ingress-class || matrix.ingress }}.ingress.networking.knative.dev