From 423c5197f514b72c845976cca908e29bbf891b83 Mon Sep 17 00:00:00 2001 From: Andrei Vagin Date: Fri, 19 Nov 2021 15:26:21 -0800 Subject: [PATCH] buildkite: run cgroup tests on cgroupv2 PiperOrigin-RevId: 411157157 --- .buildkite/pipeline.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 3457ac6764..c9e16c4371 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -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 @@ -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 @@ -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