Skip to content

Commit c457eae

Browse files
upgrading to 1.33
1 parent 2ac4255 commit c457eae

File tree

12 files changed

+654
-654
lines changed

12 files changed

+654
-654
lines changed

config/jobs/kubernetes-csi/csi-driver-host-path/csi-driver-host-path-config.yaml

Lines changed: 223 additions & 223 deletions
Large diffs are not rendered by default.

config/jobs/kubernetes-csi/csi-release-tools/csi-release-tools-config.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ presubmits:
5353
annotations:
5454
testgrid-dashboards: sig-storage-csi-other
5555
testgrid-tab-name: pull-csi-release-tools-in-csi-test
56-
description: Kubernetes-CSI pull job in repo csi-release-tools for csi-test, using deployment 1.31 on Kubernetes 1.31
56+
description: Kubernetes-CSI pull job in repo csi-release-tools for csi-test, using deployment 1.32 on Kubernetes 1.32
5757
spec:
5858
containers:
5959
# We need this image because it has Docker in Docker and go.
@@ -94,7 +94,7 @@ presubmits:
9494
annotations:
9595
testgrid-dashboards: sig-storage-csi-other
9696
testgrid-tab-name: pull-csi-release-tools-in-external-provisioner
97-
description: Kubernetes-CSI pull job in repo csi-release-tools for external-provisioner, using deployment 1.31 on Kubernetes 1.31
97+
description: Kubernetes-CSI pull job in repo csi-release-tools for external-provisioner, using deployment 1.32 on Kubernetes 1.32
9898
spec:
9999
containers:
100100
# We need this image because it has Docker in Docker and go.
@@ -117,11 +117,11 @@ presubmits:
117117
- name: PULL_TEST_REPO_DIR
118118
value: /home/prow/go/src/github.com/kubernetes-csi/external-provisioner
119119
- name: CSI_PROW_KUBERNETES_VERSION
120-
value: "1.31.0"
120+
value: "1.32.0"
121121
- name: CSI_PROW_KUBERNETES_DEPLOYMENT
122-
value: "1.31"
122+
value: "1.32"
123123
- name: CSI_PROW_DRIVER_VERSION
124-
value: "v1.15.0"
124+
value: "v1.17.0"
125125
- name: CSI_PROW_TESTS
126126
value: "unit sanity parallel"
127127
- name: CSI_SNAPSHOTTER_VERSION
@@ -145,7 +145,7 @@ presubmits:
145145
annotations:
146146
testgrid-dashboards: sig-storage-csi-other
147147
testgrid-tab-name: pull-csi-release-tools-in-external-snapshotter
148-
description: Kubernetes-CSI pull job in repo csi-release-tools for external-snapshotter, using deployment 1.31 on Kubernetes 1.31
148+
description: Kubernetes-CSI pull job in repo csi-release-tools for external-snapshotter, using deployment 1.32 on Kubernetes 1.32
149149
spec:
150150
containers:
151151
# We need this image because it has Docker in Docker and go.
@@ -168,11 +168,11 @@ presubmits:
168168
- name: PULL_TEST_REPO_DIR
169169
value: /home/prow/go/src/github.com/kubernetes-csi/external-snapshotter
170170
- name: CSI_PROW_KUBERNETES_VERSION
171-
value: "1.31.0"
171+
value: "1.32.0"
172172
- name: CSI_PROW_KUBERNETES_DEPLOYMENT
173-
value: "1.31"
173+
value: "1.32"
174174
- name: CSI_PROW_DRIVER_VERSION
175-
value: "v1.15.0"
175+
value: "v1.17.0"
176176
- name: CSI_PROW_TESTS
177177
value: "unit sanity parallel"
178178
- name: CSI_SNAPSHOTTER_VERSION
@@ -196,7 +196,7 @@ presubmits:
196196
annotations:
197197
testgrid-dashboards: sig-storage-csi-other
198198
testgrid-tab-name: pull-csi-release-tools-in-csi-driver-host-path
199-
description: Kubernetes-CSI pull job in repo csi-release-tools for csi-driver-host-path, using deployment 1.31 on Kubernetes 1.31
199+
description: Kubernetes-CSI pull job in repo csi-release-tools for csi-driver-host-path, using deployment 1.32 on Kubernetes 1.32
200200
spec:
201201
containers:
202202
# We need this image because it has Docker in Docker and go.
@@ -219,11 +219,11 @@ presubmits:
219219
- name: PULL_TEST_REPO_DIR
220220
value: /home/prow/go/src/github.com/kubernetes-csi/csi-driver-host-path
221221
- name: CSI_PROW_KUBERNETES_VERSION
222-
value: "1.31.0"
222+
value: "1.32.0"
223223
- name: CSI_PROW_KUBERNETES_DEPLOYMENT
224-
value: "1.31"
224+
value: "1.32"
225225
- name: CSI_PROW_DRIVER_VERSION
226-
value: "v1.15.0"
226+
value: "v1.17.0"
227227
- name: CSI_PROW_TESTS
228228
value: "unit sanity parallel"
229229
- name: CSI_SNAPSHOTTER_VERSION

config/jobs/kubernetes-csi/external-attacher/external-attacher-config.yaml

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
presubmits:
44
kubernetes-csi/external-attacher:
5-
- name: pull-kubernetes-csi-external-attacher-1-30-on-kubernetes-1-30
5+
- name: pull-kubernetes-csi-external-attacher-1-31-on-kubernetes-1-31
66
cluster: eks-prow-build-cluster
77
always_run: true
88
optional: false
@@ -15,12 +15,12 @@ presubmits:
1515
preset-kind-volume-mounts: "true"
1616
annotations:
1717
testgrid-dashboards: sig-storage-csi-external-attacher
18-
testgrid-tab-name: 1-30-on-kubernetes-1-30
19-
description: Kubernetes-CSI pull job in repo external-attacher for non-alpha tests, using deployment 1.30 on Kubernetes 1.30
18+
testgrid-tab-name: 1-31-on-kubernetes-1-31
19+
description: Kubernetes-CSI pull job in repo external-attacher for non-alpha tests, using deployment 1.31 on Kubernetes 1.31
2020
spec:
2121
containers:
2222
# We need this image because it has Docker in Docker and go.
23-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master
23+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master
2424
command:
2525
- runner.sh
2626
args:
@@ -32,13 +32,13 @@ presubmits:
3232
# unrelated to the PR. Testing against the latest Kubernetes is covered
3333
# by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary).
3434
- name: CSI_PROW_KUBERNETES_VERSION
35-
value: "1.30.0"
35+
value: "1.31.0"
3636
- name: CSI_PROW_KUBERNETES_DEPLOYMENT
37-
value: "1.30"
37+
value: "1.31"
3838
- name: CSI_PROW_DEPLOYMENT_SUFFIX
3939
value: ""
4040
- name: CSI_PROW_DRIVER_VERSION
41-
value: "v1.15.0"
41+
value: "v1.17.0"
4242
- name: CSI_SNAPSHOTTER_VERSION
4343
value: "v6.1.0"
4444
- name: CSI_PROW_TESTS
@@ -53,7 +53,7 @@ presubmits:
5353
limits:
5454
memory: "9Gi"
5555
cpu: 4
56-
- name: pull-kubernetes-csi-external-attacher-1-30-on-kubernetes-master
56+
- name: pull-kubernetes-csi-external-attacher-1-31-on-kubernetes-master
5757
# Explicitly needs to be started with /test.
5858
# This cannot be enabled by default because there's always the risk
5959
# that something changes in master which breaks the pre-merge check.
@@ -68,12 +68,12 @@ presubmits:
6868
preset-kind-volume-mounts: "true"
6969
annotations:
7070
testgrid-dashboards: sig-storage-csi-external-attacher
71-
testgrid-tab-name: 1-30-on-kubernetes-master
72-
description: Kubernetes-CSI pull job in repo external-attacher for non-alpha tests, using deployment 1.30 on Kubernetes master
71+
testgrid-tab-name: 1-31-on-kubernetes-master
72+
description: Kubernetes-CSI pull job in repo external-attacher for non-alpha tests, using deployment 1.31 on Kubernetes master
7373
spec:
7474
containers:
7575
# We need this image because it has Docker in Docker and go.
76-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master
76+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master
7777
command:
7878
- runner.sh
7979
args:
@@ -82,7 +82,7 @@ presubmits:
8282
- name: CSI_PROW_KUBERNETES_VERSION
8383
value: "latest"
8484
- name: CSI_PROW_DRIVER_VERSION
85-
value: "v1.15.0"
85+
value: "v1.17.0"
8686
- name: CSI_PROW_DEPLOYMENT_SUFFIX
8787
value: ""
8888
- name: CSI_SNAPSHOTTER_VERSION
@@ -99,7 +99,7 @@ presubmits:
9999
limits:
100100
memory: "9Gi"
101101
cpu: 4
102-
- name: pull-kubernetes-csi-external-attacher-1-31-on-kubernetes-1-31
102+
- name: pull-kubernetes-csi-external-attacher-1-32-on-kubernetes-1-32
103103
cluster: eks-prow-build-cluster
104104
always_run: true
105105
optional: false
@@ -112,12 +112,12 @@ presubmits:
112112
preset-kind-volume-mounts: "true"
113113
annotations:
114114
testgrid-dashboards: sig-storage-csi-external-attacher
115-
testgrid-tab-name: 1-31-on-kubernetes-1-31
116-
description: Kubernetes-CSI pull job in repo external-attacher for non-alpha tests, using deployment 1.31 on Kubernetes 1.31
115+
testgrid-tab-name: 1-32-on-kubernetes-1-32
116+
description: Kubernetes-CSI pull job in repo external-attacher for non-alpha tests, using deployment 1.32 on Kubernetes 1.32
117117
spec:
118118
containers:
119119
# We need this image because it has Docker in Docker and go.
120-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master
120+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master
121121
command:
122122
- runner.sh
123123
args:
@@ -129,13 +129,13 @@ presubmits:
129129
# unrelated to the PR. Testing against the latest Kubernetes is covered
130130
# by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary).
131131
- name: CSI_PROW_KUBERNETES_VERSION
132-
value: "1.31.0"
132+
value: "1.32.0"
133133
- name: CSI_PROW_KUBERNETES_DEPLOYMENT
134-
value: "1.31"
134+
value: "1.32"
135135
- name: CSI_PROW_DEPLOYMENT_SUFFIX
136136
value: ""
137137
- name: CSI_PROW_DRIVER_VERSION
138-
value: "v1.15.0"
138+
value: "v1.17.0"
139139
- name: CSI_SNAPSHOTTER_VERSION
140140
value: "v6.1.0"
141141
- name: CSI_PROW_TESTS
@@ -150,7 +150,7 @@ presubmits:
150150
limits:
151151
memory: "9Gi"
152152
cpu: 4
153-
- name: pull-kubernetes-csi-external-attacher-1-31-on-kubernetes-master
153+
- name: pull-kubernetes-csi-external-attacher-1-32-on-kubernetes-master
154154
# Explicitly needs to be started with /test.
155155
# This cannot be enabled by default because there's always the risk
156156
# that something changes in master which breaks the pre-merge check.
@@ -165,12 +165,12 @@ presubmits:
165165
preset-kind-volume-mounts: "true"
166166
annotations:
167167
testgrid-dashboards: sig-storage-csi-external-attacher
168-
testgrid-tab-name: 1-31-on-kubernetes-master
169-
description: Kubernetes-CSI pull job in repo external-attacher for non-alpha tests, using deployment 1.31 on Kubernetes master
168+
testgrid-tab-name: 1-32-on-kubernetes-master
169+
description: Kubernetes-CSI pull job in repo external-attacher for non-alpha tests, using deployment 1.32 on Kubernetes master
170170
spec:
171171
containers:
172172
# We need this image because it has Docker in Docker and go.
173-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master
173+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master
174174
command:
175175
- runner.sh
176176
args:
@@ -179,7 +179,7 @@ presubmits:
179179
- name: CSI_PROW_KUBERNETES_VERSION
180180
value: "latest"
181181
- name: CSI_PROW_DRIVER_VERSION
182-
value: "v1.15.0"
182+
value: "v1.17.0"
183183
- name: CSI_PROW_DEPLOYMENT_SUFFIX
184184
value: ""
185185
- name: CSI_SNAPSHOTTER_VERSION
@@ -196,7 +196,7 @@ presubmits:
196196
limits:
197197
memory: "9Gi"
198198
cpu: 4
199-
- name: pull-kubernetes-csi-external-attacher-1-32-on-kubernetes-1-32
199+
- name: pull-kubernetes-csi-external-attacher-1-33-on-kubernetes-1-33
200200
cluster: eks-prow-build-cluster
201201
always_run: true
202202
optional: true
@@ -209,12 +209,12 @@ presubmits:
209209
preset-kind-volume-mounts: "true"
210210
annotations:
211211
testgrid-dashboards: sig-storage-csi-external-attacher
212-
testgrid-tab-name: 1-32-on-kubernetes-1-32
213-
description: Kubernetes-CSI pull job in repo external-attacher for non-alpha tests, using deployment 1.32 on Kubernetes 1.32
212+
testgrid-tab-name: 1-33-on-kubernetes-1-33
213+
description: Kubernetes-CSI pull job in repo external-attacher for non-alpha tests, using deployment 1.33 on Kubernetes 1.33
214214
spec:
215215
containers:
216216
# We need this image because it has Docker in Docker and go.
217-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master
217+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master
218218
command:
219219
- runner.sh
220220
args:
@@ -226,13 +226,13 @@ presubmits:
226226
# unrelated to the PR. Testing against the latest Kubernetes is covered
227227
# by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary).
228228
- name: CSI_PROW_KUBERNETES_VERSION
229-
value: "1.32.0"
229+
value: "1.33.0"
230230
- name: CSI_PROW_KUBERNETES_DEPLOYMENT
231-
value: "1.32"
231+
value: "1.33"
232232
- name: CSI_PROW_DEPLOYMENT_SUFFIX
233233
value: ""
234234
- name: CSI_PROW_DRIVER_VERSION
235-
value: "v1.15.0"
235+
value: "v1.17.0"
236236
- name: CSI_SNAPSHOTTER_VERSION
237237
value: "v6.1.0"
238238
- name: CSI_PROW_TESTS
@@ -247,7 +247,7 @@ presubmits:
247247
limits:
248248
memory: "9Gi"
249249
cpu: 4
250-
- name: pull-kubernetes-csi-external-attacher-1-32-on-kubernetes-master
250+
- name: pull-kubernetes-csi-external-attacher-1-33-on-kubernetes-master
251251
# Explicitly needs to be started with /test.
252252
# This cannot be enabled by default because there's always the risk
253253
# that something changes in master which breaks the pre-merge check.
@@ -262,12 +262,12 @@ presubmits:
262262
preset-kind-volume-mounts: "true"
263263
annotations:
264264
testgrid-dashboards: sig-storage-csi-external-attacher
265-
testgrid-tab-name: 1-32-on-kubernetes-master
266-
description: Kubernetes-CSI pull job in repo external-attacher for non-alpha tests, using deployment 1.32 on Kubernetes master
265+
testgrid-tab-name: 1-33-on-kubernetes-master
266+
description: Kubernetes-CSI pull job in repo external-attacher for non-alpha tests, using deployment 1.33 on Kubernetes master
267267
spec:
268268
containers:
269269
# We need this image because it has Docker in Docker and go.
270-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master
270+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master
271271
command:
272272
- runner.sh
273273
args:
@@ -276,7 +276,7 @@ presubmits:
276276
- name: CSI_PROW_KUBERNETES_VERSION
277277
value: "latest"
278278
- name: CSI_PROW_DRIVER_VERSION
279-
value: "v1.15.0"
279+
value: "v1.17.0"
280280
- name: CSI_PROW_DEPLOYMENT_SUFFIX
281281
value: ""
282282
- name: CSI_SNAPSHOTTER_VERSION
@@ -293,7 +293,7 @@ presubmits:
293293
limits:
294294
memory: "9Gi"
295295
cpu: 4
296-
- name: pull-kubernetes-csi-external-attacher-alpha-1-31-on-kubernetes-1-31
296+
- name: pull-kubernetes-csi-external-attacher-alpha-1-32-on-kubernetes-1-32
297297
cluster: eks-prow-build-cluster
298298
always_run: false
299299
optional: true
@@ -306,12 +306,12 @@ presubmits:
306306
preset-kind-volume-mounts: "true"
307307
annotations:
308308
testgrid-dashboards: sig-storage-csi-external-attacher
309-
testgrid-tab-name: alpha-1-31-on-kubernetes-1-31
310-
description: Kubernetes-CSI pull job in repo external-attacher for alpha tests, using deployment 1.31 on Kubernetes 1.31
309+
testgrid-tab-name: alpha-1-32-on-kubernetes-1-32
310+
description: Kubernetes-CSI pull job in repo external-attacher for alpha tests, using deployment 1.32 on Kubernetes 1.32
311311
spec:
312312
containers:
313313
# We need this image because it has Docker in Docker and go.
314-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master
314+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master
315315
command:
316316
- runner.sh
317317
args:
@@ -323,13 +323,13 @@ presubmits:
323323
# unrelated to the PR. Testing against the latest Kubernetes is covered
324324
# by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary).
325325
- name: CSI_PROW_KUBERNETES_VERSION
326-
value: "1.31.0"
326+
value: "1.32.0"
327327
- name: CSI_PROW_KUBERNETES_DEPLOYMENT
328-
value: "1.31"
328+
value: "1.32"
329329
- name: CSI_PROW_DEPLOYMENT_SUFFIX
330330
value: ""
331331
- name: CSI_PROW_DRIVER_VERSION
332-
value: "v1.15.0"
332+
value: "v1.17.0"
333333
- name: CSI_SNAPSHOTTER_VERSION
334334
value: "v6.1.0"
335335
- name: CSI_PROW_TESTS
@@ -361,7 +361,7 @@ presubmits:
361361
spec:
362362
containers:
363363
# We need this image because it has Docker in Docker and go.
364-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master
364+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master
365365
command:
366366
- runner.sh
367367
args:
@@ -397,7 +397,7 @@ presubmits:
397397
spec:
398398
containers:
399399
# We need this image because it has Docker in Docker and go.
400-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master
400+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master
401401
command:
402402
- runner.sh
403403
args:

0 commit comments

Comments
 (0)