diff --git a/jenkins/L0_Test.groovy b/jenkins/L0_Test.groovy index 0c8a19bf569..f7eefa99fdc 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}