From 311c368cfd092fd8870bc094930ef53fd3ffeeb7 Mon Sep 17 00:00:00 2001 From: Jing Chen Date: Tue, 11 Nov 2025 23:06:32 -0800 Subject: [PATCH] Internal change PiperOrigin-RevId: 831231348 --- .buildkite/pipeline.yaml | 8 ++++---- test/root/crictl_test.go | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 1b9589a3a8..b4bf0fe470 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -429,8 +429,8 @@ steps: arch: "amd64" - <<: *common <<: *docker - label: ":docker: Containerd 1.6.2 tests (cgroupv1)" - command: make containerd-test-1.6.2 + label: ":docker: Containerd 1.7.25 tests (cgroupv1)" + command: make containerd-test-1.7.25 agents: <<: *platform_specific_agents <<: *ubuntu_agents @@ -438,8 +438,8 @@ steps: - <<: *common <<: *docker <<: *source_test - label: ":docker: Containerd 1.6.2 tests (cgroupv2)" - command: make containerd-test-1.6.2 + label: ":docker: Containerd 1.7.25 tests (cgroupv2)" + command: make containerd-test-1.7.25 agents: <<: *ubuntu_agents cgroup: "v2" diff --git a/test/root/crictl_test.go b/test/root/crictl_test.go index e5b5d7a992..95c5c08fe3 100644 --- a/test/root/crictl_test.go +++ b/test/root/crictl_test.go @@ -267,7 +267,7 @@ func TestHomeDir(t *testing.T) { }) } -const containerdRuntime = "runsc" +const containerdRuntime = "runc" // containerdConfigv14 is the containerd (1.4-) configuration file that // configures the gVisor shim.