-
Notifications
You must be signed in to change notification settings - Fork 641
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Shubharanshu Mahapatra <[email protected]>
- Loading branch information
1 parent
7cab42c
commit a803e60
Showing
4 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,13 +79,13 @@ jobs: | |
- ubuntu: 20.04 | ||
containerd: v1.6.31 | ||
- ubuntu: 20.04 | ||
containerd: v1.7.21 | ||
containerd: v1.7.22 | ||
- ubuntu: 22.04 | ||
containerd: v1.7.21 | ||
containerd: v1.7.22 | ||
- ubuntu: 22.04 | ||
containerd: main | ||
- ubuntu: 24.04 | ||
containerd: v1.7.21 | ||
containerd: v1.7.22 | ||
- ubuntu: 24.04 | ||
containerd: main | ||
env: | ||
|
@@ -117,7 +117,7 @@ jobs: | |
# ubuntu-20.04: cgroup v1, ubuntu-22.04 and later: cgroup v2 | ||
include: | ||
- ubuntu: 24.04 | ||
containerd: v1.7.21 | ||
containerd: v1.7.22 | ||
env: | ||
UBUNTU_VERSION: "${{ matrix.ubuntu }}" | ||
CONTAINERD_VERSION: "${{ matrix.containerd }}" | ||
|
@@ -165,19 +165,19 @@ jobs: | |
rootlesskit: v1.1.1 | ||
target: test-integration-rootless | ||
- ubuntu: 20.04 | ||
containerd: v1.7.21 | ||
containerd: v1.7.22 | ||
rootlesskit: v2.3.1 | ||
target: test-integration-rootless | ||
- ubuntu: 22.04 | ||
containerd: v1.7.21 | ||
containerd: v1.7.22 | ||
rootlesskit: v1.1.1 | ||
target: test-integration-rootless | ||
- ubuntu: 22.04 | ||
containerd: main # v2.0.0-rc.X | ||
rootlesskit: v2.3.1 | ||
target: test-integration-rootless | ||
- ubuntu: 24.04 | ||
containerd: v1.7.21 | ||
containerd: v1.7.22 | ||
rootlesskit: v1.1.1 | ||
target: test-integration-rootless | ||
- ubuntu: 24.04 | ||
|
@@ -189,19 +189,19 @@ jobs: | |
rootlesskit: v1.1.1 | ||
target: test-integration-rootless-port-slirp4netns | ||
- ubuntu: 20.04 | ||
containerd: v1.7.21 | ||
containerd: v1.7.22 | ||
rootlesskit: v2.3.1 | ||
target: test-integration-rootless-port-slirp4netns | ||
- ubuntu: 22.04 | ||
containerd: v1.7.21 | ||
containerd: v1.7.22 | ||
rootlesskit: v1.1.1 | ||
target: test-integration-rootless-port-slirp4netns | ||
- ubuntu: 22.04 | ||
containerd: main # v2.0.0-rc.X | ||
rootlesskit: v2.3.1 | ||
target: test-integration-rootless-port-slirp4netns | ||
- ubuntu: 24.04 | ||
containerd: v1.7.21 | ||
containerd: v1.7.22 | ||
rootlesskit: v1.1.1 | ||
target: test-integration-rootless-port-slirp4netns | ||
- ubuntu: 24.04 | ||
|
@@ -321,15 +321,15 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
repository: containerd/containerd | ||
ref: v1.7.21 | ||
ref: v1.7.22 | ||
path: containerd | ||
fetch-depth: 1 | ||
- name: "Set up CNI" | ||
working-directory: containerd | ||
run: GOPATH=$(go env GOPATH) script/setup/install-cni-windows | ||
- name: "Set up containerd" | ||
env: | ||
ctrdVersion: 1.7.21 | ||
ctrdVersion: 1.7.22 | ||
run: powershell hack/configure-windows-ci.ps1 | ||
# TODO: Run unit tests | ||
- name: "Run integration tests" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters