Skip to content

Commit f25760f

Browse files
authored
[CI] Update docker run command in unit test coverage workflow (#7050)
Removed the --ipc=host option from the docker run command.
1 parent bf8e9bf commit f25760f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/_unit_test_coverage.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,9 @@ jobs:
172172
173173
export RDMA_DEVICES=$(find /dev/infiniband/uverbs* -maxdepth 1 -not -type d | xargs -I{} echo '--device {}:{}')
174174
175-
docker run --rm --ipc=host --net=host \
175+
docker run --rm --net=host \
176+
--sysctl kernel.msgmax=1048576 \
177+
--sysctl kernel.msgmnb=268435456 \
176178
--name ${runner_name} \
177179
--cap-add=SYS_PTRACE --cap-add=IPC_LOCK \
178180
--shm-size=64G \

0 commit comments

Comments
 (0)