Skip to content

Commit

Permalink
buildkite: run cgroup tests on cgroupv2
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 411157157
  • Loading branch information
avagin authored and gvisor-bot committed Nov 22, 2021
1 parent 0fd9b69 commit 423c519
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .buildkite/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,16 @@ steps:
- <<: *common
label: ":test_tube: Container tests"
command: make container-tests
- <<: *common
label: ":test_tube: Unit tests (cgroup2)"
command: make unit-tests
agents:
queue: "cgroupv2"
- <<: *common
label: ":test_tube: Container tests (cgroup2)"
command: make container-tests
agents:
queue: "cgroupv2"

# All system call tests.
- <<: *common
Expand All @@ -125,6 +135,8 @@ steps:
- <<: *common
label: ":docker: Docker tests"
command: make docker-tests
agents:
queue: "cgroupv2"
- <<: *common
label: ":goggles: Overlay tests"
command: make overlay-tests
Expand Down Expand Up @@ -152,6 +164,8 @@ steps:
- <<: *common
label: ":docker: Containerd 1.5.4 tests"
command: make containerd-test-1.5.4
agents:
queue: "cgroupv2"

# Check the website builds.
- <<: *common
Expand Down

0 comments on commit 423c519

Please sign in to comment.