Skip to content

Commit

Permalink
Sleep and get csv
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed May 31, 2024
1 parent 1fe7c7f commit 2f7d8d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/kubevirt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,13 @@ jobs:
echo "Waiting for KubeVirt to be ready"
kubectl wait deployment hyperconverged-cluster-operator --namespace=kubevirt-hyperconverged --for=condition=Available --timeout=5m
sleep 30s
echo "Get list of pods ..."
kubectl get pod -A
echo "Get csv ..."
kubectl get csv -n operators
- name: Give more RBAC to Virt resources and RW for PVC
run: |
Expand Down

0 comments on commit 2f7d8d0

Please sign in to comment.