mirror of
https://github.com/containerd/containerd.git
synced 2026-06-30 19:58:29 +00:00
Revert "disable portmap test in ubuntu-22 to make CI happy"
The kernel in the latest ubuntu 22.04 runner image has been updated to
6.8.0-1027-azure, which has the fix for the ipv6 MARK bug. The runner
image 20250427.1.0 with this has been now completely rolled out to
github actions runners. Hence reverting the change to disable the IPv6 test.
This reverts commit 70db1bd00f.
Signed-off-by: Akhil Mohan <akhilerm@gmail.com>
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -488,12 +488,8 @@ jobs:
|
||||
TEST_RUNTIME: ${{ matrix.runtime }}
|
||||
CGROUP_DRIVER: ${{ matrix.cgroup_driver }}
|
||||
run: |
|
||||
# skipping the ipv6 test till https://github.com/actions/runner-images/issues/11985 is fixed
|
||||
if [[ ${{matrix.os}} == "ubuntu-22.04" ]]; then
|
||||
skip_test="runtime should support port mapping with host port and container port"
|
||||
fi
|
||||
env
|
||||
sudo -E PATH=$PATH SKIP_TEST="$skip_test" ./script/critest.sh "${{github.workspace}}/report"
|
||||
sudo -E PATH=$PATH ./script/critest.sh "${{github.workspace}}/report"
|
||||
|
||||
- name: Install tools
|
||||
# The GitHub Actions image already has buildah and podman included. Not the
|
||||
|
||||
Reference in New Issue
Block a user