Skip to content

Commit

Permalink
ubuntu24.04 ci pipeline fix
Browse files Browse the repository at this point in the history
Signed-off-by: shiva kumar <shivaku@nvidia.com>
  • Loading branch information
shivakunv committed Nov 11, 2024
1 parent 3277a9f commit c8f3f92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/precompiled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
# get ubuntu distributions
# DIST=("ubuntu22.04" "ubuntu24.04")
# DIST=("ubuntu22.04")
DIST=("ubuntu24.04")
DIST=("ubuntu22.04")
# DIST=("ubuntu24.04")
dist_json=$(printf '%s\n' "${DIST[@]}" | jq -R . | jq -cs .)
echo "dist=$dist_json" >> $GITHUB_OUTPUT
Expand Down
2 changes: 1 addition & 1 deletion tests/scripts/checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ check_pod_ready() {
# print status of pod
kubectl get pods -n ${TEST_NAMESPACE}
echo "SHIVA AAAAAAAAA CHECK"
ctr -n k8s.io images ls
sudo ctr -n k8s.io images ls
echo "SHIVA AAAAAAAAA CHECK============="
kubectl describe pod $(kubectl get pods -n ${TEST_NAMESPACE} --no-headers | grep "nvidia-driver-daemonset" | awk '{print $1}') -n ${TEST_NAMESPACE}
kubectl logs $(kubectl get pods -n ${TEST_NAMESPACE} --no-headers | grep "nvidia-driver-daemonset" | awk '{print $1}') -n ${TEST_NAMESPACE}
Expand Down

0 comments on commit c8f3f92

Please sign in to comment.