[TRTLLM-9581][Infra] Use /home/scratch.trt_llm_data_ci in computelab

Signed-off-by: ZhanruiSunCh <184402041+ZhanruiSunCh@users.noreply.github.com>
This commit is contained in:
ZhanruiSunCh 2026-01-12 18:40:26 -08:00
parent ba1037ca4a
commit ab5e836019

View File

@ -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) {