Skip to content

Commit b4a53e8

Browse files
akhilermdmcgowan
authored andcommitted
disable portmap test in ubuntu-22 to make CI happy
Signed-off-by: Akhil Mohan <[email protected]> (cherry picked from commit 338e0a1) (cherry picked from commit 70db1bd) Signed-off-by: Derek McGowan <[email protected]>
1 parent 4bcf472 commit b4a53e8

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,8 +486,12 @@ jobs:
486486
TEST_RUNTIME: ${{ matrix.runtime }}
487487
CGROUP_DRIVER: ${{ matrix.cgroup_driver }}
488488
run: |
489+
# skipping the ipv6 test till https://github.com/actions/runner-images/issues/11985 is fixed
490+
if [[ ${{matrix.os}} == "ubuntu-22.04" ]]; then
491+
skip_test="runtime should support port mapping with host port and container port"
492+
fi
489493
env
490-
sudo -E PATH=$PATH ./script/critest.sh "${{github.workspace}}/report"
494+
sudo -E PATH=$PATH SKIP_TEST="$skip_test" ./script/critest.sh "${{github.workspace}}/report"
491495
492496
# Log the status of this VM to investigate issues like
493497
# https://github.com/containerd/containerd/issues/4969

0 commit comments

Comments
 (0)