Skip to content

Commit 5798a12

Browse files
authored
[None][infra] Remove WAR code for GH200 node (NVIDIA#8266)
Signed-off-by: ZhanruiSunCh <[email protected]>
1 parent 56a539c commit 5798a12

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

jenkins/L0_Test.groovy

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -967,16 +967,6 @@ def createKubernetesPodConfig(image, type, arch = "amd64", gpuCount = 1, perfMod
967967
path: /vol/scratch1/scratch.svc_tensorrt_blossom
968968
"""
969969
}
970-
// TODO: remove this after GH200 driver upgrade
971-
def hostnameMatch = ""
972-
if (type == "gh200") {
973-
hostnameMatch = """
974-
- key: "kubernetes.io/hostname"
975-
operator: NotIn
976-
values:
977-
- "lego-cg1-qct-070.ipp3a2.colossus"
978-
- "lego-cg1-qct-079.ipp3a2.colossus\""""
979-
}
980970

981971
def podConfig = [
982972
cloud: targetCould,
@@ -997,7 +987,7 @@ def createKubernetesPodConfig(image, type, arch = "amd64", gpuCount = 1, perfMod
997987
- key: "tensorrt/affinity"
998988
operator: NotIn
999989
values:
1000-
- "core"${hostnameMatch}
990+
- "core"
1001991
nodeSelector: ${selectors}
1002992
containers:
1003993
${containerConfig}

0 commit comments

Comments
 (0)