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 5cf6a35 commit 6f59c56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/precompiled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ jobs:
- name: Upload build image as an artifact
uses: actions/upload-artifact@v4
with:
name: driver-images-${DRIVER_BRANCH}-${KERNEL_VERSION}-${DIST}
path: ./driver_images_${DRIVER_BRANCH}_${KERNEL_VERSION}_${DIST}.tar
name: driver-images-${{ matrix.driver-branch }}-${KERNEL_VERSION}-${DIST}
path: ./driver_images_${{ matrix.driver-branch }}_${KERNEL_VERSION}_${DIST}.tar
retention-days: 1

determine-e2e-test-matrix:
Expand Down

0 comments on commit 6f59c56

Please sign in to comment.