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 Sep 12, 2024
1 parent cc69d48 commit f3b91f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/precompiled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ jobs:
for DRIVER_BRANCH in $driver_branch; do
image="driver-images-${DRIVER_BRANCH}-${KERNEL_VERSION}-${DIST}"
echo "Downloading $image"
GH_DEBUG=1 gh run download --name $image --verbose
GH_DEBUG=1 gh run download --name $image
# gh api --method GET "/repos/${{ github.repository }}/actions/artifacts" \
# -H "Accept: application/vnd.github.v3+json" | \
# jq ".artifacts[] | select(.name == \"$image\") | .archive_download_url" | \
Expand Down

0 comments on commit f3b91f2

Please sign in to comment.