Skip to content

Commit

Permalink
Pre-compiled end-to-end gpu driver validation
Browse files Browse the repository at this point in the history
Signed-off-by: shiva kumar <[email protected]>
  • Loading branch information
shivakunv committed Sep 12, 2024
1 parent 07d7e35 commit 75350bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/precompiled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -305,16 +305,12 @@ jobs:
- name: Publish image
run: |
ls ./tests/*
for DRIVER_BRANCH in $driver_branch; do
image_path="./tests/driver-images-${DRIVER_BRANCH}-${KERNEL_VERSION}-${DIST}.tar"
echo "uploading $image_path"
docker load -i $image_path
echo "docker tag driver:${DRIVER_BRANCH}-${KERNEL_VERSION}-${DIST} ${PRIVATE_REGISTRY}/nvidia/driver:${DRIVER_BRANCH}-${KERNEL_VERSION}-${DIST}"
docker tag driver:${DRIVER_BRANCH}-${KERNEL_VERSION}-${DIST} \
${PRIVATE_REGISTRY}/nvidia/driver:${DRIVER_BRANCH}-${KERNEL_VERSION}-${DIST}
echo "docker push ${PRIVATE_REGISTRY}/nvidia/driver:${PRIVATE_REGISTRY}/nvidia/driver:${DRIVER_BRANCH}-${KERNEL_VERSION}-${DIST} "
docker push ${PRIVATE_REGISTRY}/nvidia/driver:${PRIVATE_REGISTRY}/nvidia/driver:${DRIVER_BRANCH}-${KERNEL_VERSION}-${DIST}
docker images
docker push ${PRIVATE_REGISTRY}/nvidia/driver:${DRIVER_BRANCH}-${KERNEL_VERSION}-${DIST}
done
- name: Archive test logs
Expand Down
4 changes: 0 additions & 4 deletions tests/scripts/verify-operator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,4 @@ if [ $exit_status -ne 0 ]; then
exit 1
else
echo "All gpu-operator pods are ready."
# SHIVA
curl -o ${SCRIPT_DIR}/must-gather.sh "https://raw.githubusercontent.com/NVIDIA/gpu-operator/main/hack/must-gather.sh"
chmod +x ${SCRIPT_DIR}/must-gather.sh
ARTIFACT_DIR="${LOG_DIR}" ${SCRIPT_DIR}/must-gather.sh
fi

0 comments on commit 75350bf

Please sign in to comment.