Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
refactor: disable k8s e2e tests temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
paralta committed Aug 2, 2024
1 parent c1e390a commit fd4153f
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit fd4153f

Please sign in to comment.