Skip to content

Commit c449d24

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 d30fdcd commit c449d24

File tree

4 files changed

+3
-9
lines changed

4 files changed

+3
-9
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ EMBED_TARGET ?= embed
2727
TOOLS_PREFIX ?= ghcr.io/siderolabs/tools
2828
TOOLS ?= v1.12.0-alpha.0-6-gc37ac80
2929
PKGS_PREFIX ?= ghcr.io/siderolabs
30-
PKGS ?= v1.12.0-alpha.0-21-g122fa66
30+
PKGS ?= v1.12.0-alpha.0-24-g0dae01a
3131
GENERATE_VEX_PREFIX ?= ghcr.io/siderolabs/generate-vex
3232
GENERATE_VEX ?= latest
3333

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

pkg/machinery/constants/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414

1515
const (
1616
// DefaultKernelVersion is the default Linux kernel version.
17-
DefaultKernelVersion = "6.16.6-talos"
17+
DefaultKernelVersion = "6.16.7-talos"
1818

1919
// KernelParamConfig is the kernel parameter name for specifying the URL.
2020
// to the config.

pkg/machinery/gendata/data/pkgs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.12.0-alpha.0-21-g122fa66
1+
v1.12.0-alpha.0-24-g0dae01a

0 commit comments

Comments
 (0)