[None][infra] Remove WAR code for GH200 node (#8266)

Signed-off-by: ZhanruiSunCh <184402041+ZhanruiSunCh@users.noreply.github.com>
This commit is contained in:
Zhanrui Sun 2025-10-12 11:33:14 +08:00 committed by GitHub
parent 56a539cd37
commit 5798a12199
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -967,16 +967,6 @@ def createKubernetesPodConfig(image, type, arch = "amd64", gpuCount = 1, perfMod
path: /vol/scratch1/scratch.svc_tensorrt_blossom
"""
}
// TODO: remove this after GH200 driver upgrade
def hostnameMatch = ""
if (type == "gh200") {
hostnameMatch = """
- key: "kubernetes.io/hostname"
operator: NotIn
values:
- "lego-cg1-qct-070.ipp3a2.colossus"
- "lego-cg1-qct-079.ipp3a2.colossus\""""
}
def podConfig = [
cloud: targetCould,
@ -997,7 +987,7 @@ def createKubernetesPodConfig(image, type, arch = "amd64", gpuCount = 1, perfMod
- key: "tensorrt/affinity"
operator: NotIn
values:
- "core"${hostnameMatch}
- "core"
nodeSelector: ${selectors}
containers:
${containerConfig}