We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d06fa8c commit e3a2a6cCopy full SHA for e3a2a6c
.github/workflows/ci.yaml
@@ -65,7 +65,7 @@ jobs:
65
run: |
66
rc=0
67
for DRIVER_VERSION in ${DRIVER_VERSIONS}; do
68
- echo "Running e2e for DRIVER_VERSION=$DRIVER_VERSION"
+ echo " SHIVA Running e2e for DRIVER_VERSION=$DRIVER_VERSION"
69
status=0
70
OPERATOR_OPTIONS="${GPU_OPERATOR_OPTIONS} --set driver.version=${COMMIT_SHORT_SHA}-${DRIVER_VERSION}"
71
# add escape character for space
0 commit comments