mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Separate Containerd 1.4.3 tests in cgroupv1/cgroupv2 variants.
PiperOrigin-RevId: 480421275
This commit is contained in:
committed by
gVisor bot
parent
7de3c5af4a
commit
0e9ef844eb
@@ -289,7 +289,7 @@ steps:
|
||||
<<: *ubuntu_agents
|
||||
arch: "amd64"
|
||||
- <<: *common
|
||||
label: ":docker: Containerd 1.3.9 tests"
|
||||
label: ":docker: Containerd 1.3.9 tests (cgroupv1)"
|
||||
command: make containerd-test-1.3.9
|
||||
agents:
|
||||
<<: *platform_specific_agents
|
||||
@@ -297,11 +297,21 @@ steps:
|
||||
cgroup: "v1"
|
||||
arch: "amd64"
|
||||
- <<: *common
|
||||
label: ":docker: Containerd 1.4.3 tests"
|
||||
label: ":docker: Containerd 1.4.3 tests (cgroupv1)"
|
||||
command: make containerd-test-1.4.3
|
||||
agents:
|
||||
<<: *platform_specific_agents
|
||||
<<: *ubuntu_agents
|
||||
cgroup: "v1"
|
||||
- <<: *common
|
||||
# See above: not truly a source test.
|
||||
<<: *source_test
|
||||
label: ":docker: Containerd 1.4.3 tests (cgroupv2)"
|
||||
command: make containerd-test-1.4.3
|
||||
agents:
|
||||
<<: *platform_specific_agents
|
||||
<<: *ubuntu_agents
|
||||
cgroup: "v2"
|
||||
- <<: *common
|
||||
label: ":docker: Containerd 1.5.4 tests (cgroupv1)"
|
||||
command: make containerd-test-1.5.4
|
||||
|
||||
Reference in New Issue
Block a user