Skip to content

Commit 691aefa

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

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

tests/cases/nvidia-driver.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ fi
88

99
# export gpu-operator options
1010
export TEST_CASE_ARGS="$1"
11+
echo "uploading image SHIVA $2"
1112
if [[ $# -eq 2 ]]; then
1213
export IMAGE_PATH="$2"
14+
echo "uploading image SHIVA 1"
1315
sudo ctr -n k8s.io images import "$IMAGE_PATH"
16+
echo "uploading image SHIVA 2"
1417
fi
1518

1619
SCRIPTS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )"/../scripts && pwd )"

tests/scripts/checks.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ check_pod_ready() {
1515
else
1616
# print status of pod
1717
kubectl get pods -n ${TEST_NAMESPACE}
18+
echo "SHIVA AAAAAAAAA CHECK"
1819
crictl images
20+
echo "SHIVA AAAAAAAAA CHECK============="
1921
kubectl describe pod $(kubectl get pods -n ${TEST_NAMESPACE} --no-headers | grep "nvidia-driver-daemonset" | awk '{print $1}') -n ${TEST_NAMESPACE}
2022
kubectl logs $(kubectl get pods -n ${TEST_NAMESPACE} --no-headers | grep "nvidia-driver-daemonset" | awk '{print $1}') -n ${TEST_NAMESPACE}
2123
fi

0 commit comments

Comments
 (0)