Skip to content

Commit ac038f7

Browse files
committed
ubuntu24.04 ci pipeline fix
Signed-off-by: shiva kumar <[email protected]>
1 parent 62aef14 commit ac038f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/scripts/checks.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ check_pod_ready() {
1515
else
1616
# print status of pod
1717
kubectl get pods -n ${TEST_NAMESPACE}
18+
crictl images
19+
kubectl describe pod $(kubectl get pods -n ${TEST_NAMESPACE} --no-headers | grep "nvidia-driver-daemonset" | awk '{print $1}') -n ${TEST_NAMESPACE}
20+
kubectl logs $(kubectl get pods -n ${TEST_NAMESPACE} --no-headers | grep "nvidia-driver-daemonset" | awk '{print $1}') -n ${TEST_NAMESPACE}
1821
fi
1922

2023
return 1

0 commit comments

Comments
 (0)