[CI] Fix nightly test error and add container cleanup in build_rl (#7335)

* [CI] Fix nightly test error and add container cleanup in build_rl
This commit is contained in:
YuBaoku
2026-04-11 12:14:46 +08:00
committed by GitHub
parent 6e5de2fd6d
commit fcf8b1336d
2 changed files with 14 additions and 2 deletions
+3 -1
View File
@@ -161,7 +161,9 @@ jobs:
fi
docker run --rm --net=host \
--shm-size=64G \
--shm-size=64g \
--sysctl kernel.msgmax=1048576 \
--sysctl kernel.msgmnb=268435456 \
--name ${runner_name} \
-v $(pwd):/workspace \
-w /workspace \