diff --git a/.github/workflows/precompiled.yaml b/.github/workflows/precompiled.yaml index e7f425ab..3e08986c 100644 --- a/.github/workflows/precompiled.yaml +++ b/.github/workflows/precompiled.yaml @@ -131,7 +131,7 @@ jobs: - name: Upload build image as an artifact uses: actions/upload-artifact@v4 with: - name: driver_images_${DRIVER_BRANCH}_${KERNEL_VERSION}_${DIST} + name: driver-images-${DRIVER_BRANCH}-${KERNEL_VERSION}-${DIST} path: ./driver_images_${DRIVER_BRANCH}_${KERNEL_VERSION}_${DIST}.tar retention-days: 1 @@ -195,6 +195,8 @@ jobs: echo "matrix_values=$(cat $GITHUB_WORKSPACE/matrix_values.json | jq -c .)" >> $GITHUB_OUTPUT e2e-tests-nvidiadriver: + # SHIVA + if: false runs-on: ubuntu-latest needs: - determine-e2e-test-matrix @@ -314,7 +316,7 @@ jobs: - name: Download Docker image artifact uses: actions/download-artifact@v4 with: - name: driver_images_${{ matrix.driver-branch }}_${kernel_version}_${DIST} + name: driver-images-${DRIVER_BRANCH}-${KERNEL_VERSION}-${DIST} - name: Push built image run: |