From 5798a12199722974aeca1f40668edc24550fbe15 Mon Sep 17 00:00:00 2001 From: Zhanrui Sun <184402041+ZhanruiSunCh@users.noreply.github.com> Date: Sun, 12 Oct 2025 11:33:14 +0800 Subject: [PATCH] [None][infra] Remove WAR code for GH200 node (#8266) Signed-off-by: ZhanruiSunCh <184402041+ZhanruiSunCh@users.noreply.github.com> --- jenkins/L0_Test.groovy | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/jenkins/L0_Test.groovy b/jenkins/L0_Test.groovy index ff90df191f..bd3c4bb2da 100644 --- a/jenkins/L0_Test.groovy +++ b/jenkins/L0_Test.groovy @@ -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}