Skip to content

Commit

Permalink
Do not rerun failed tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpromislow committed Jun 27, 2024
1 parent 90c5118 commit dbca647
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,3 @@ jobs:
CLUSTER_NAME: webhook
IMAGE_REPO: rancher/webhook
IMAGE_TAG: "${{ env.IMAGE_TAG }}"

- name: Rerun integration tests one more time if they failed the first time
if: steps.integrationTests.outcome == 'failure'
run: ./.github/workflows/scripts/integration-test-ci
env:
ARCH: "${{ matrix.archBox.arch }}"
CLUSTER_NAME: webhook
IMAGE_REPO: rancher/webhook
IMAGE_TAG: "${{ env.IMAGE_TAG }}"

0 comments on commit dbca647

Please sign in to comment.