Skip to content

Commit

Permalink
Wait until kind cluster is created before loading operand image
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanemerson committed Sep 17, 2024
1 parent 6a0438b commit 32affee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_upgrades.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ jobs:
- name: Log CSV Deployment
run: yq config/manager/manager.yaml

- name: Initialize Kubernetes Cluster
uses: ./.github/actions/kind

- if: ${{ inputs.operandArtifact != '' }}
name: Push Operand image to kind cluster
run: |
run: |
docker push ${{ inputs.operand }}
kind load docker-image ${{ inputs.operand }}
- name: Initialize Kubernetes Cluster
uses: ./.github/actions/kind

- name: Run GracefulShutdown Upgrade Tests
run: make upgrade-test SUBSCRIPTION_STARTING_CSV=infinispan-operator.v2.3.2

Expand Down

0 comments on commit 32affee

Please sign in to comment.