Skip to content

Commit 6f4ffad

Browse files
committed
Address cgroup mountpoint does not exist
This commit removes v1 runtime from integration tests. These rely on cgroups v1, which are disabled on Ubuntu 24 in favor of cgroups v2. See more context here: containerd#9502 (comment) Signed-off-by: Maksym Pavlenko <[email protected]>
1 parent cef2983 commit 6f4ffad

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -387,21 +387,10 @@ jobs:
387387
fail-fast: false
388388
matrix:
389389
runtime:
390-
- io.containerd.runtime.v1.linux
391-
- io.containerd.runc.v1
392390
- io.containerd.runc.v2
393391
runc: [runc, crun]
394392
enable_cri_sandboxes: ["", "sandboxed"]
395393
os: [ubuntu-24.04, ubuntu-24.04-arm]
396-
exclude:
397-
- runtime: io.containerd.runc.v1
398-
runc: crun
399-
- runtime: io.containerd.runtime.v1.linux
400-
runc: crun
401-
- runtime: io.containerd.runc.v1
402-
os: ubuntu-24.04-arm
403-
- runtime: io.containerd.runtime.v1.linux
404-
os: ubuntu-24.04-arm
405394

406395
env:
407396
GOTEST: gotestsum --

0 commit comments

Comments
 (0)