Skip to content

Commit c8f3f92

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/precompiled.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ jobs:
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

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-
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}

0 commit comments

Comments
 (0)