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:
Akhil Mohan
2025-05-01 08:55:51 +05:30
parent d6795ed1a6
commit 9058ab4ae9

View File

@@ -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