File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5959
6060 # get ubuntu distributions
6161 # DIST=("ubuntu22.04" "ubuntu24.04")
62- # DIST=("ubuntu22.04")
63- DIST=("ubuntu24.04")
62+ DIST=("ubuntu22.04")
63+ # DIST=("ubuntu24.04")
6464 dist_json=$(printf '%s\n' "${DIST[@]}" | jq -R . | jq -cs .)
6565 echo "dist=$dist_json" >> $GITHUB_OUTPUT
6666
Original file line number Diff line number Diff 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- ctr -n k8s.io images ls
19+ sudo 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}
You can’t perform that action at this time.
0 commit comments