We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53055bd commit 1ed04b4Copy full SHA for 1ed04b4
hack/test/e2e-aws-prepare.sh
@@ -11,12 +11,6 @@ function cloud_image_upload() {
11
12
CLOUD_IMAGES_EXTRA_ARGS=("--name-prefix=${1}-${RANDOM_SUFFIX}" "--target-clouds=aws" "--architectures=amd64" "--aws-regions=${REGION}")
13
14
- case "${1}" in
15
- talos-e2e-nvidia-oss-*)
16
- CLOUD_IMAGES_EXTRA_ARGS+=("--aws-force-bios")
17
- ;;
18
- esac
19
-
20
make cloud-images CLOUD_IMAGES_EXTRA_ARGS="${CLOUD_IMAGES_EXTRA_ARGS[*]}"
21
}
22
0 commit comments