Skip to content

Commit 0fc4f5b

Browse files
committed
fix
Signed-off-by: Yiqing Yan <[email protected]>
1 parent 8a0bedf commit 0fc4f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/L0_Test.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ def createKubernetesPodConfig(image, type, arch = "amd64", gpuCount = 1, perfMod
687687
targetCould = "kubernetes"
688688

689689
// The following GPU types doesn't support dynamic driver flashing.
690-
if (type.contains("dgx-h100") || type.contains("dgx-h200") || type.contains("rtx-pro-6000") || type in ["b100-ts2", "gh200", "rtx-5080", "rtx-5090"]) {
690+
if (type.contains("dgx-h100") || type.contains("dgx-h200") || type.contains("dgx-b300") || type.contains("rtx-pro-6000") || type in ["b100-ts2", "gh200", "rtx-5080", "rtx-5090"]) {
691691
selectors = """
692692
kubernetes.io/arch: ${arch}
693693
kubernetes.io/os: linux

0 commit comments

Comments
 (0)