Skip to content

Commit

Permalink
Pre-compiled image e2e test
Browse files Browse the repository at this point in the history
Signed-off-by: shiva kumar <[email protected]>
  • Loading branch information
shivakunv committed Sep 11, 2024
1 parent 0221c16 commit baa99ef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/precompiled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit baa99ef

Please sign in to comment.