From 7010edbf53820266ef6f8ce8d43ee4b5a4b92592 Mon Sep 17 00:00:00 2001 From: Matt Lefebvre Date: Thu, 5 Feb 2026 03:58:50 +0000 Subject: [PATCH] Mount triton cache Signed-off-by: Matt Lefebvre --- jenkins/L0_Test.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/jenkins/L0_Test.groovy b/jenkins/L0_Test.groovy index 1d7583a57e63..971089446296 100644 --- a/jenkins/L0_Test.groovy +++ b/jenkins/L0_Test.groovy @@ -902,6 +902,7 @@ def getMountListForSlurmTest(SlurmCluster cluster, boolean useSbatch = false) } mounts += [ "${cluster.scratchPath}:/scratch.trt_llm_data:ro", + "/home/svc_tensorrt/.triton:/root/.triton", ] } else { throw new Exception("Unsupported container runtime: ${cluster.containerRuntime}")