Skip to content

Commit

Permalink
Add more sleeps
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 2f7d8d0 commit e466588
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/kubevirt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,20 @@ jobs:
echo "Get list of pods ..."
kubectl get pod -A
echo "Get csv ..."
kubectl get csv -n operators
sleep 30s
echo "Get list of CRDs ..."
kubectl get crds
kubectl get pod -A
sleep 5m
echo "Get list of CRDs ..."
kubectl get crds
kubectl get pod -A
sleep 5m
echo "Get list of CRDs ..."
kubectl get crds
kubectl get pod -A
- name: Give more RBAC to Virt resources and RW for PVC
run: |
Expand Down

0 comments on commit e466588

Please sign in to comment.