From fd4153fa315965f34fc049eb75c319ed274e4d6a Mon Sep 17 00:00:00 2001 From: Catarina Paralta <46568597+paralta@users.noreply.github.com> Date: Fri, 2 Aug 2024 13:48:28 +0100 Subject: [PATCH] refactor: disable k8s e2e tests temporarily --- .github/workflows/ci.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af2a70dc55..d6cd0973c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,13 +32,14 @@ jobs: image_tag: ${{ format('pr{0}-{1}', github.event.pull_request.number, github.sha) }} platform: docker - e2e-k8s: - needs: build - name: End-to-End Tests on Kubernetes - uses: ./.github/workflows/reusable-end-to-end-testing.yml - with: - image_tag: ${{ format('pr{0}-{1}', github.event.pull_request.number, github.sha) }} - platform: kubernetes + # TODO Uncomment when helm is updated + # e2e-k8s: + # needs: build + # name: End-to-End Tests on Kubernetes + # uses: ./.github/workflows/reusable-end-to-end-testing.yml + # with: + # image_tag: ${{ format('pr{0}-{1}', github.event.pull_request.number, github.sha) }} + # platform: kubernetes success: # https://github.com/actions/runner/issues/2566 @@ -47,7 +48,8 @@ jobs: needs: - build - e2e-docker - - e2e-k8s + # TODO Uncomment when helm is updated + # - e2e-k8s name: Success runs-on: ubuntu-latest steps: