Skip to content

Commit aee15fc

Browse files
authored
Merge pull request #36043 from tico88612/fix/testgrid-1.35-gpu
Fix broken testgrid 1.35-blocking device-plugin job
2 parents 8589099 + 98ac421 commit aee15fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/jobs/kubernetes/sig-cloud-provider/gcp/gpu/gpu-gce.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ periodics:
1515
preset-k8s-ssh: "true"
1616
annotations:
1717
fork-per-release: "true"
18-
fork-per-release-replacements: "latest.txt -> latest-{{.Version}}"
18+
fork-per-release-replacements: "latest.txt -> latest-{{.Version}}.txt"
1919
fork-per-release-cron: 0 0-23/2 * * *, 0 3-23/6 * * *, 0 8-23/12 * * *, 0 8-23/24 * * *, 0 14-23/24 * * *
2020
testgrid-dashboards: sig-release-master-blocking, google-gce, sig-node-gpu, sig-node-containerd
2121
testgrid-tab-name: gce-device-plugin-gpu-master

config/jobs/kubernetes/sig-release/release-branch-jobs/1.35.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ periodics:
7878
- --boskos-resource-type=gpu-project
7979
- --node-accelerators=type=nvidia-tesla-t4,count=2
8080
- --env=KUBE_CLUSTER_INITIALIZATION_TIMEOUT=900
81-
- --kubernetes-version=https://dl.k8s.io/ci/latest-1.35
81+
- --kubernetes-version=https://dl.k8s.io/ci/latest-1.35.txt
8282
- --test=ginkgo
8383
- --
8484
- --provider=gce
8585
- --test-package-url=https://dl.k8s.io
8686
- --test-package-dir=ci
8787
- --test-args=--minStartupPods=8
88-
- --test-package-marker=latest-1.35
88+
- --test-package-marker=latest-1.35.txt
8989
- --focus-regex=\[Feature:GPUDevicePlugin\]
9090
command:
9191
- runner.sh

0 commit comments

Comments
 (0)