diff --git a/jenkins/L0_Test.groovy b/jenkins/L0_Test.groovy index 4841100348..16f830b14c 100644 --- a/jenkins/L0_Test.groovy +++ b/jenkins/L0_Test.groovy @@ -684,7 +684,7 @@ def runLLMTestlistWithAgent(pipeline, platform, testList, config=VANILLA_CONFIG, "--entrypoint=\"\" " + "--security-opt seccomp=unconfined " + "-u root:root " + - "-v /home/scratch.trt_llm_data:/scratch.trt_llm_data:ro " + + "-v /home/scratch.trt_llm_data_ci:/scratch.trt_llm_data:ro " + "-v /tmp/ccache:${CCACHE_DIR}:rw " + "-v /tmp/pipcache/http-v2:/root/.cache/pip/http-v2:rw " + "--cap-add=SYSLOG" @@ -866,7 +866,7 @@ def getMountListForSlurmTest(SlurmCluster cluster, boolean useSbatch = false) // data/cache mounts if (cluster.containerRuntime.toString() == "DOCKER") { mounts += [ - "/home/scratch.trt_llm_data:/scratch.trt_llm_data:ro", + "/home/scratch.trt_llm_data_ci:/scratch.trt_llm_data:ro", ] } else if (cluster.containerRuntime.toString() == "ENROOT") { if (!cluster.scratchPath) {