mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
buildkite: runsc tests on cgroupv2
Signed-off-by: Andrei Vagin <avagin@gmail.com>
This commit is contained in:
@@ -111,9 +111,19 @@ steps:
|
||||
- <<: *common
|
||||
label: ":test_tube: Unit tests"
|
||||
command: make unit-tests
|
||||
- <<: *common
|
||||
label: ":test_tube: Unit tests (cgroupv2)"
|
||||
command: make unit-tests
|
||||
agents:
|
||||
queue: "cgroupv2"
|
||||
- <<: *common
|
||||
label: ":test_tube: Container tests"
|
||||
command: make container-tests
|
||||
- <<: *common
|
||||
label: ":test_tube: Container tests (cgroupv2)"
|
||||
command: make container-tests
|
||||
agents:
|
||||
queue: "cgroupv2"
|
||||
|
||||
# All system call tests.
|
||||
- <<: *common
|
||||
@@ -125,6 +135,11 @@ steps:
|
||||
- <<: *common
|
||||
label: ":docker: Docker tests"
|
||||
command: make docker-tests
|
||||
- <<: *common
|
||||
label: ":docker: Docker tests (cgroupv2)"
|
||||
command: make docker-tests
|
||||
agents:
|
||||
queue: "cgroupv2"
|
||||
- <<: *common
|
||||
label: ":goggles: Overlay tests"
|
||||
command: make overlay-tests
|
||||
@@ -152,6 +167,11 @@ steps:
|
||||
- <<: *common
|
||||
label: ":docker: Containerd 1.5.4 tests"
|
||||
command: make containerd-test-1.5.4
|
||||
- <<: *common
|
||||
label: ":docker: Containerd 1.5.4 tests (cgroupv2)"
|
||||
command: make containerd-test-1.5.4
|
||||
agents:
|
||||
queue: "cgroupv2"
|
||||
|
||||
# Check the website builds.
|
||||
- <<: *common
|
||||
|
||||
Reference in New Issue
Block a user