Skip to content

Commit

Permalink
testing-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 2, 2024
1 parent b626893 commit 6f11a03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-precompiled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
export PRIVATE_REGISTRY="ghcr.io"
DRIVER_VERSIONS=$(grep '^DRIVER_VERSIONS ?=' versions.mk | awk -F' ?= ' '{print $2}')
# currently azure image upgrade is failing
# KERNEL_FLAVORS=("aws" "azure" "generic" "nvidia" "oracle")
KERNEL_FLAVORS=("aws" "generic" "nvidia" "oracle")
KERNEL_FLAVORS=("aws" "azure" "generic" "nvidia" "oracle")
#KERNEL_FLAVORS=("aws" "generic" "nvidia" "oracle")
echo "matrix_values_not_empty=0" >> $GITHUB_OUTPUT
kernel_versions=()
for KERNEL_FLAVOR in "${KERNEL_FLAVORS[@]}"; do
Expand Down

0 comments on commit 6f11a03

Please sign in to comment.