Skip to content

Commit 3277a9f

Browse files
committed
ubuntu24.04 ci pipeline fix
Signed-off-by: shiva kumar <[email protected]>
1 parent 691aefa commit 3277a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scripts/checks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ check_pod_ready() {
1616
# print status of pod
1717
kubectl get pods -n ${TEST_NAMESPACE}
1818
echo "SHIVA AAAAAAAAA CHECK"
19-
crictl images
19+
ctr -n k8s.io images ls
2020
echo "SHIVA AAAAAAAAA CHECK============="
2121
kubectl describe pod $(kubectl get pods -n ${TEST_NAMESPACE} --no-headers | grep "nvidia-driver-daemonset" | awk '{print $1}') -n ${TEST_NAMESPACE}
2222
kubectl logs $(kubectl get pods -n ${TEST_NAMESPACE} --no-headers | grep "nvidia-driver-daemonset" | awk '{print $1}') -n ${TEST_NAMESPACE}

0 commit comments

Comments
 (0)