Skip to content

Commit

Permalink
10.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 Aug 24, 2024
1 parent d18f73a commit 2db13d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ on:
branches:
# - main
# - release-*
- e2etestdriver_no
- e2etestdriver
push:
branches:
# - main
# - release-*
- e2etestdriver_no
- e2etestdriver

jobs:
image:
Expand Down
4 changes: 2 additions & 2 deletions tests/scripts/install-operator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ kubectl create namespace "${TEST_NAMESPACE}"

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

0 comments on commit 2db13d3

Please sign in to comment.