Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

buildkite: run cgroup tests on cgroupv2 #6884

Closed
wants to merge 1 commit into from
Closed
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
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