Skip to content

Commit b208b8a

Browse files
authored
Update L0_Test.groovy
Signed-off-by: Zhanrui Sun <[email protected]>
1 parent d06ffae commit b208b8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jenkins/L0_Test.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1296,7 +1296,6 @@ 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 = """

0 commit comments

Comments
 (0)