Skip to content

Commit

Permalink
chore: fix the gvisor test
Browse files Browse the repository at this point in the history
The gvisor test was not using the correct runtimeclass and would have
always passed the regardless.

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed Dec 15, 2023
1 parent 3a787c1 commit 0b94550
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ CLOUD_IMAGES_EXTRA_ARGS ?= ""

ARTIFACTS := _out
TOOLS ?= ghcr.io/siderolabs/tools:v1.7.0-alpha.0
PKGS ?= v1.7.0-alpha.0-2-ga36dec4
PKGS ?= v1.7.0-alpha.0-7-g4c59641
PKG_KERNEL ?= ghcr.io/siderolabs/kernel:$(PKGS)
EXTRAS ?= v1.7.0-alpha.0
# renovate: datasource=github-tags depName=golang/go
Expand Down
1 change: 1 addition & 0 deletions internal/integration/api/extensions_qemu.go
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ func (suite *ExtensionsSuiteQEMU) TestExtensionsGvisor() {
Name: "nginx-gvisor",
},
Spec: corev1.PodSpec{
RuntimeClassName: pointer.To("gvisor"),
Containers: []corev1.Container{
{
Name: "nginx-gvisor",
Expand Down
2 changes: 1 addition & 1 deletion pkg/machinery/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ const (
TrustdUserID = 51

// DefaultContainerdVersion is the default container runtime version.
DefaultContainerdVersion = "1.7.10"
DefaultContainerdVersion = "1.7.11"

// SystemContainerdNamespace is the Containerd namespace for Talos services.
SystemContainerdNamespace = "system"
Expand Down
2 changes: 1 addition & 1 deletion pkg/machinery/gendata/data/pkgs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.7.0-alpha.0-2-ga36dec4
v1.7.0-alpha.0-7-g4c59641

0 comments on commit 0b94550

Please sign in to comment.