Skip to content

Commit

Permalink
Check the csv created
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 05e8a02 commit 5f67d24
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/kubevirt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,11 @@ jobs:
./deploy.sh
kubectl create -f https://operatorhub.io/install/community-kubevirt-hyperconverged.yaml
echo "Waiting for KubeVirt to be ready"
kubectl wait --for=condition=Available kubevirt kubevirt-hyperconverged --namespace=kubevirt-hyperconverged --timeout=5m
k get csv -A
sleep 20
k get csv -A
#echo "Waiting for KubeVirt to be ready"
#kubectl wait --for=condition=Available kubevirt kubevirt-hyperconverged --namespace=kubevirt-hyperconverged --timeout=5m
- name: Give more RBAC to Virt resources and RW for PVC
run: |
Expand Down

0 comments on commit 5f67d24

Please sign in to comment.