Skip to content

Commit

Permalink
9.Pre-compiled end-to-end gpu driver validation
Browse files Browse the repository at this point in the history
  • Loading branch information
shivakunv committed Aug 24, 2024
1 parent cda587b commit d18f73a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/scripts/install-operator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ helm repo add nvidia ${HELM_NVIDIA_REPO} && helm repo update
# Create the test namespace
kubectl create namespace "${TEST_NAMESPACE}"

echo "SHIVA== ${OPERATOR_OPTIONS}"
echo "SHIVA==1 ${OPERATOR_OPTIONS}"
# Run the helm install command
${HELM} install gpu-operator nvidia/gpu-operator \
-n "${TEST_NAMESPACE}" \
"${OPERATOR_OPTIONS}" \
\"${OPERATOR_OPTIONS}\" \
--wait
echo "SHIVA==2 ${OPERATOR_OPTIONS}"

0 comments on commit d18f73a

Please sign in to comment.