Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .buildkite/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -429,17 +429,17 @@ 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
cgroup: "v1"
- <<: *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"
Expand Down
2 changes: 1 addition & 1 deletion test/root/crictl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down