From 1d243a850375750948635af1c2114eea028270d6 Mon Sep 17 00:00:00 2001 From: yuanjingx87 <197832395+yuanjingx87@users.noreply.github.com> Date: Mon, 8 Sep 2025 11:28:01 -0700 Subject: [PATCH] [None][infra] Try to fix docker container failed to be killed issue (#7388) Signed-off-by: Yuanjing Xue <197832395+yuanjingx87@users.noreply.github.com> --- jenkins/L0_Test.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/jenkins/L0_Test.groovy b/jenkins/L0_Test.groovy index f408635602..c35decbd11 100644 --- a/jenkins/L0_Test.groovy +++ b/jenkins/L0_Test.groovy @@ -404,6 +404,7 @@ def runLLMTestlistOnSlurm(pipeline, platform, testList, config=VANILLA_CONFIG, p def dockerArgs = "${dockerGPUOption} " + "--cap-add=SYS_ADMIN " + "--ipc=host " + + "--entrypoint=\"\" " + "--security-opt seccomp=unconfined " + "-u root:root " + "-v /home/scratch.trt_llm_data:/scratch.trt_llm_data:ro " +