mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
buildkite: skip cgroupv2 tests
Skip them for now to not block new changes. We need to find out why buildkite doesn't have cgroupv2 agents. PiperOrigin-RevId: 421620826
This commit is contained in:
@@ -116,6 +116,7 @@ steps:
|
||||
command: make unit-tests
|
||||
agents:
|
||||
queue: "cgroupv2"
|
||||
skip: "Currently broken"
|
||||
- <<: *common
|
||||
label: ":test_tube: Container tests"
|
||||
command: make container-tests
|
||||
@@ -124,6 +125,7 @@ steps:
|
||||
command: make container-tests
|
||||
agents:
|
||||
queue: "cgroupv2"
|
||||
skip: "Currently broken"
|
||||
|
||||
# All system call tests.
|
||||
- <<: *common
|
||||
@@ -140,6 +142,7 @@ steps:
|
||||
command: make docker-tests
|
||||
agents:
|
||||
queue: "cgroupv2"
|
||||
skip: "Currently broken"
|
||||
- <<: *common
|
||||
label: ":goggles: Overlay tests"
|
||||
command: make overlay-tests
|
||||
@@ -172,6 +175,7 @@ steps:
|
||||
command: make containerd-test-1.5.4
|
||||
agents:
|
||||
queue: "cgroupv2"
|
||||
skip: "Currently broken"
|
||||
|
||||
# Check the website builds.
|
||||
- <<: *common
|
||||
|
||||
Reference in New Issue
Block a user