Skip to content

Commit 1ed04b4

Browse files
committed
chore(ci): nvidia try UKI boot
NVIDIA extensions test with UKI boot. Fixes: #11397 Signed-off-by: Noel Georgi <[email protected]>
1 parent 53055bd commit 1ed04b4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

hack/test/e2e-aws-prepare.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ function cloud_image_upload() {
1111

1212
CLOUD_IMAGES_EXTRA_ARGS=("--name-prefix=${1}-${RANDOM_SUFFIX}" "--target-clouds=aws" "--architectures=amd64" "--aws-regions=${REGION}")
1313

14-
case "${1}" in
15-
talos-e2e-nvidia-oss-*)
16-
CLOUD_IMAGES_EXTRA_ARGS+=("--aws-force-bios")
17-
;;
18-
esac
19-
2014
make cloud-images CLOUD_IMAGES_EXTRA_ARGS="${CLOUD_IMAGES_EXTRA_ARGS[*]}"
2115
}
2216

0 commit comments

Comments
 (0)