[CI] Update docker run command in unit test coverage workflow (#7050)

Removed the --ipc=host option from the docker run command.
This commit is contained in:
Zhang Yulong
2026-03-27 19:53:09 +08:00
committed by GitHub
parent bf8e9bf81d
commit f25760f4e6
+3 -1
View File
@@ -172,7 +172,9 @@ jobs:
export RDMA_DEVICES=$(find /dev/infiniband/uverbs* -maxdepth 1 -not -type d | xargs -I{} echo '--device {}:{}')
docker run --rm --ipc=host --net=host \
docker run --rm --net=host \
--sysctl kernel.msgmax=1048576 \
--sysctl kernel.msgmnb=268435456 \
--name ${runner_name} \
--cap-add=SYS_PTRACE --cap-add=IPC_LOCK \
--shm-size=64G \