Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions jenkins/L0_Test.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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}
Expand Down
Loading