From f918355826dcf1322025792fe50a709ba743922f Mon Sep 17 00:00:00 2001 From: Sanskar Jaiswal Date: Tue, 28 Nov 2023 19:02:28 +0530 Subject: [PATCH] temp disbale all e2e tests other than gateway api Signed-off-by: Sanskar Jaiswal --- .github/workflows/e2e.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 64b9fc422..8ac855717 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -21,19 +21,19 @@ jobs: matrix: provider: # service mesh - - istio - - linkerd - - kuma + # - istio + # - linkerd + # - kuma # ingress controllers - - contour - - nginx - - traefik - - gloo - - skipper - - kubernetes + # - contour + # - nginx + # - traefik + # - gloo + # - skipper + # - kubernetes - gatewayapi - - keda - - apisix + # - keda + # - apisix steps: - name: Checkout uses: actions/checkout@v4