From 6f11a03e1243318042b2e6916a71bb97394d2343 Mon Sep 17 00:00:00 2001 From: shiva kumar Date: Mon, 2 Sep 2024 13:56:18 +0530 Subject: [PATCH] testing-Pre-compiled end-to-end gpu driver validation Signed-off-by: shiva kumar --- .github/workflows/ci-precompiled.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-precompiled.yaml b/.github/workflows/ci-precompiled.yaml index e5d76400..3dd6b370 100644 --- a/.github/workflows/ci-precompiled.yaml +++ b/.github/workflows/ci-precompiled.yaml @@ -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