diff --git a/.github/workflows/ci_precompiled.yaml b/.github/workflows/ci_precompiled.yaml index 1a2021be..f8ecc6bf 100644 --- a/.github/workflows/ci_precompiled.yaml +++ b/.github/workflows/ci_precompiled.yaml @@ -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: @@ -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=$?