Skip to content

Commit a723763

Browse files
committed
test virtual kernel
Signed-off-by: Shiva Kumar (SW-CLOUD) <[email protected]>
1 parent 713d52f commit a723763

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/scripts/install-operator.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ kubectl create namespace "${TEST_NAMESPACE}"
2222

2323
# Run the helm install command
2424
echo "OPERATOR_OPTIONS: ${OPERATOR_OPTIONS}"
25+
echo '${HELM} install gpu-operator nvidia/gpu-operator -n "${TEST_NAMESPACE}" "${OPERATOR_OPTIONS}"'
2526
eval ${HELM} install gpu-operator nvidia/gpu-operator \
2627
-n "${TEST_NAMESPACE}" \
2728
"${OPERATOR_OPTIONS}" \

0 commit comments

Comments
 (0)