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: