Skip to content

Commit

Permalink
3.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 b3958ad commit ffc116c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci_precompiled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ jobs:
echo "Running e2e for DRIVER_VERSION=$driver_version"
status=0
echo "SHIVA==== ${OPERATOR_OPTIONS}"
./tests/ci-run-e2e.sh "${TEST_CASE_KERNEL_UPGRADE}" "${driver_version} \"${OPERATOR_OPTIONS}\" || status=$?
echo "shiva3"
./tests/ci-run-e2e.sh "${TEST_CASE_KERNEL_UPGRADE}" "${driver_version}" "${OPERATOR_OPTIONS}" || status=$?
if [ $status -ne 0 ]; then
echo "Kernel upgrade failed"
rc=$status
Expand Down

0 comments on commit ffc116c

Please sign in to comment.