disable portmap test in ubuntu-22 to make CI happy
Signed-off-by: Akhil Mohan <akhilerm@gmail.com> (cherry picked from commit 338e0a1266302fed4b52a852735b90a832ad2b0f) (cherry picked from commit 70db1bd00fb5db7c3958da4aefac0c41c89bb654) Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
parent
4bcf472de6
commit
b4a53e8264
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -486,8 +486,12 @@ 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 ./script/critest.sh "${{github.workspace}}/report"
|
||||
sudo -E PATH=$PATH SKIP_TEST="$skip_test" ./script/critest.sh "${{github.workspace}}/report"
|
||||
|
||||
# Log the status of this VM to investigate issues like
|
||||
# https://github.com/containerd/containerd/issues/4969
|
||||
|
Loading…
Reference in New Issue
Block a user