Skip to content

Commit

Permalink
CI update: remove containerd main test and add test to include ubuntu…
Browse files Browse the repository at this point in the history
… 24.04

Signed-off-by: Shubharanshu Mahapatra <[email protected]>
  • Loading branch information
Shubhranshu153 committed Aug 13, 2024
1 parent 63e251e commit 505445c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:
containerd: v1.7.16
- ubuntu: 22.04
containerd: v1.7.16
- ubuntu: 22.04
containerd: main
- ubuntu: 24.04
containerd: v1.7.16
env:
UBUNTU_VERSION: "${{ matrix.ubuntu }}"
CONTAINERD_VERSION: "${{ matrix.containerd }}"
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
matrix:
# ubuntu-20.04: cgroup v1, ubuntu-22.04: cgroup v2
include:
- ubuntu: 22.04
- ubuntu: 24.04
containerd: v1.7.16
env:
UBUNTU_VERSION: "${{ matrix.ubuntu }}"
Expand Down Expand Up @@ -168,9 +168,9 @@ jobs:
containerd: v1.7.16
rootlesskit: v1.1.1
target: test-integration-rootless
- ubuntu: 22.04
containerd: main
rootlesskit: v2.0.2
- ubuntu: 24.04
containerd: v1.7.16
rootlesskit: v1.1.1
target: test-integration-rootless
- ubuntu: 20.04
containerd: v1.6.31
Expand All @@ -184,9 +184,9 @@ jobs:
containerd: v1.7.16
rootlesskit: v1.1.1
target: test-integration-rootless-port-slirp4netns
- ubuntu: 22.04
containerd: main
rootlesskit: v2.0.2
- ubuntu: 24.04
containerd: v1.7.16
rootlesskit: v1.1.1
target: test-integration-rootless-port-slirp4netns
env:
UBUNTU_VERSION: "${{ matrix.ubuntu }}"
Expand Down

0 comments on commit 505445c

Please sign in to comment.