Skip to content

Commit

Permalink
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 109c310 commit f41a53d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci_precompiled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ on:

jobs:
e2e-tests-nvidiadriver:
strategy:
matrix:
flavor:
- aws
- azure
- generic
- nvidia
- oracle
# strategy:
# matrix:
# flavor:
# - aws
# - azure
# - generic
# - nvidia
# - oracle
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
echo "Kernel upgrade failed"
rc=$status
else
./tests/script/remote_retry.sh
./tests/scripts/remote_retry.sh
DRIVER_BRANCH=$(echo "${driver_version}" | cut -d '.' -f 1)
DRIVER_VERSION="${DRIVER_BRANCH}"
./tests/ci-run-e2e.sh ${TEST_CASE} ${DRIVER_VERSION} ${OPERATOR_OPTIONS} || status=$?
Expand Down

0 comments on commit f41a53d

Please sign in to comment.