Skip to content

Commit

Permalink
Merge pull request kubernetes#27910 from johngmyers/containerd
Browse files Browse the repository at this point in the history
kops: suppress containerd suffix in test names
  • Loading branch information
k8s-ci-robot committed Nov 7, 2022
2 parents 94e2d7a + d7c1645 commit 8a033d1
Show file tree
Hide file tree
Showing 2 changed files with 988 additions and 988 deletions.
2 changes: 1 addition & 1 deletion config/jobs/kubernetes/kops/build_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def build_test(cloud='aws',
suffix += "-k" + k8s_version.replace("1.", "")
if kops_version:
suffix += "-ko" + kops_version.replace("1.", "")
if container_runtime:
if container_runtime and container_runtime != "containerd":
suffix += "-" + container_runtime

tab = name_override or (f"kops-grid{suffix}")
Expand Down

0 comments on commit 8a033d1

Please sign in to comment.