Skip to content

Commit 547d799

Browse files
authored
[TRTLLM-8930][infra] Force Blossom perf test stages to use 'tensorrt/test_type: perf' in the K8S template (#8752)
Signed-off-by: ZhanruiSunCh <[email protected]> Signed-off-by: Zhanrui Sun <[email protected]>
1 parent f9c7786 commit 547d799

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jenkins/L0_Test.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1296,14 +1296,14 @@ def createKubernetesPodConfig(image, type, arch = "amd64", gpuCount = 1, perfMod
12961296
kubernetes.io/os: linux
12971297
nvidia.com/gpu_type: ${gpuType}"""
12981298
} else if (perfMode && !hasMultipleGPUs) {
1299-
// Not using the "perf" node currently due to hardware resource constraint.
13001299
// Use single GPU machine with "tensorrt/test_type: perf" for stable perf testing.
13011300
// H100 / A100 single GPU machine has this unique label in TensorRT Blossom pool.
13021301
selectors = """
13031302
kubernetes.io/arch: ${arch}
13041303
kubernetes.io/os: linux
13051304
nvidia.com/gpu_type: ${gpuType}
1306-
nvidia.com/driver_version: '${driverVersion}'"""
1305+
nvidia.com/driver_version: '${driverVersion}'
1306+
tensorrt/test_type: perf"""
13071307
}
13081308
else
13091309
{

0 commit comments

Comments
 (0)