Skip to content

Commit 6482279

Browse files
committed
Test Not for review holodeck kernel version change
1 parent 21b9814 commit 6482279

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/scripts/checks.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,13 @@ check_pod_ready() {
66

77
echo "Checking $pod_label pod"
88

9+
kubectl get pods -n ${TEST_NAMESPACE} --show-labels | grep nvidia-driver-daemonset
10+
echo "SHIVA1"
911
kubectl get pods -lapp=$pod_label -n ${TEST_NAMESPACE}
10-
12+
echo "SHIVA2"
13+
pod_name=$(kubectl get pods -n ${TEST_NAMESPACE} --no-headers -o custom-columns=":metadata.name" | grep nvidia-driver-daemonset | head -n1)
14+
echo "SHIVA3 $pod_name"
15+
1116
echo "Checking $pod_label pod readiness"
1217

1318
if kubectl wait -n ${TEST_NAMESPACE} --for=condition=Ready pod -l app=$pod_label --timeout ${pod_status_time_out}; then

0 commit comments

Comments
 (0)