From c457eae610ad2f8b40589a9c40ca9a1ab078c75e Mon Sep 17 00:00:00 2001 From: darshansreenivas Date: Fri, 27 Jun 2025 23:54:36 -0700 Subject: [PATCH] upgrading to 1.33 --- .../csi-driver-host-path-config.yaml | 446 +++++++++--------- .../csi-release-tools-config.yaml | 26 +- .../external-attacher-config.yaml | 90 ++-- .../external-provisioner-config.yaml | 90 ++-- .../external-resizer-config.yaml | 90 ++-- .../external-snapshot-metadata-config.yaml | 90 ++-- .../external-snapshotter-config.yaml | 90 ++-- config/jobs/kubernetes-csi/gen-jobs.sh | 10 +- .../lib-volume-populator-config.yaml | 98 ++-- .../livenessprobe/livenessprobe-config.yaml | 90 ++-- .../node-driver-registrar-config.yaml | 90 ++-- .../volume-data-source-validator-config.yaml | 98 ++-- 12 files changed, 654 insertions(+), 654 deletions(-) diff --git a/config/jobs/kubernetes-csi/csi-driver-host-path/csi-driver-host-path-config.yaml b/config/jobs/kubernetes-csi/csi-driver-host-path/csi-driver-host-path-config.yaml index 3d89093157fa..eb452b98c28d 100644 --- a/config/jobs/kubernetes-csi/csi-driver-host-path/csi-driver-host-path-config.yaml +++ b/config/jobs/kubernetes-csi/csi-driver-host-path/csi-driver-host-path-config.yaml @@ -2,7 +2,7 @@ presubmits: kubernetes-csi/csi-driver-host-path: - - name: pull-kubernetes-csi-csi-driver-host-path-1-30-on-kubernetes-1-30 + - name: pull-kubernetes-csi-csi-driver-host-path-1-31-on-kubernetes-1-31 cluster: eks-prow-build-cluster always_run: true optional: false @@ -15,12 +15,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-csi-driver-host-path - testgrid-tab-name: 1-30-on-kubernetes-1-30 - description: Kubernetes-CSI pull job in repo csi-driver-host-path for non-alpha tests, using deployment 1.30 on Kubernetes 1.30 + testgrid-tab-name: 1-31-on-kubernetes-1-31 + description: Kubernetes-CSI pull job in repo csi-driver-host-path for non-alpha tests, using deployment 1.31 on Kubernetes 1.31 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -32,13 +32,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.30.0" + value: "1.31.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.30" + value: "1.31" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -53,7 +53,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-csi-driver-host-path-1-30-on-kubernetes-master + - name: pull-kubernetes-csi-csi-driver-host-path-1-31-on-kubernetes-master # Explicitly needs to be started with /test. # This cannot be enabled by default because there's always the risk # that something changes in master which breaks the pre-merge check. @@ -68,12 +68,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-csi-driver-host-path - testgrid-tab-name: 1-30-on-kubernetes-master - description: Kubernetes-CSI pull job in repo csi-driver-host-path for non-alpha tests, using deployment 1.30 on Kubernetes master + testgrid-tab-name: 1-31-on-kubernetes-master + description: Kubernetes-CSI pull job in repo csi-driver-host-path for non-alpha tests, using deployment 1.31 on Kubernetes master spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -82,7 +82,7 @@ presubmits: - name: CSI_PROW_KUBERNETES_VERSION value: "latest" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_SNAPSHOTTER_VERSION @@ -99,7 +99,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-csi-driver-host-path-1-31-on-kubernetes-1-31 + - name: pull-kubernetes-csi-csi-driver-host-path-1-32-on-kubernetes-1-32 cluster: eks-prow-build-cluster always_run: true optional: false @@ -112,12 +112,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-csi-driver-host-path - testgrid-tab-name: 1-31-on-kubernetes-1-31 - description: Kubernetes-CSI pull job in repo csi-driver-host-path for non-alpha tests, using deployment 1.31 on Kubernetes 1.31 + testgrid-tab-name: 1-32-on-kubernetes-1-32 + description: Kubernetes-CSI pull job in repo csi-driver-host-path for non-alpha tests, using deployment 1.32 on Kubernetes 1.32 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -129,13 +129,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.31.0" + value: "1.32.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.31" + value: "1.32" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -150,7 +150,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-csi-driver-host-path-1-31-on-kubernetes-master + - name: pull-kubernetes-csi-csi-driver-host-path-1-32-on-kubernetes-master # Explicitly needs to be started with /test. # This cannot be enabled by default because there's always the risk # that something changes in master which breaks the pre-merge check. @@ -165,12 +165,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-csi-driver-host-path - testgrid-tab-name: 1-31-on-kubernetes-master - description: Kubernetes-CSI pull job in repo csi-driver-host-path for non-alpha tests, using deployment 1.31 on Kubernetes master + testgrid-tab-name: 1-32-on-kubernetes-master + description: Kubernetes-CSI pull job in repo csi-driver-host-path for non-alpha tests, using deployment 1.32 on Kubernetes master spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -179,7 +179,7 @@ presubmits: - name: CSI_PROW_KUBERNETES_VERSION value: "latest" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_SNAPSHOTTER_VERSION @@ -196,7 +196,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-csi-driver-host-path-1-32-on-kubernetes-1-32 + - name: pull-kubernetes-csi-csi-driver-host-path-1-33-on-kubernetes-1-33 cluster: eks-prow-build-cluster always_run: true optional: true @@ -209,12 +209,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-csi-driver-host-path - testgrid-tab-name: 1-32-on-kubernetes-1-32 - description: Kubernetes-CSI pull job in repo csi-driver-host-path for non-alpha tests, using deployment 1.32 on Kubernetes 1.32 + testgrid-tab-name: 1-33-on-kubernetes-1-33 + description: Kubernetes-CSI pull job in repo csi-driver-host-path for non-alpha tests, using deployment 1.33 on Kubernetes 1.33 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -226,13 +226,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.32.0" + value: "1.33.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.32" + value: "1.33" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -247,7 +247,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-csi-driver-host-path-1-32-on-kubernetes-master + - name: pull-kubernetes-csi-csi-driver-host-path-1-33-on-kubernetes-master # Explicitly needs to be started with /test. # This cannot be enabled by default because there's always the risk # that something changes in master which breaks the pre-merge check. @@ -262,12 +262,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-csi-driver-host-path - testgrid-tab-name: 1-32-on-kubernetes-master - description: Kubernetes-CSI pull job in repo csi-driver-host-path for non-alpha tests, using deployment 1.32 on Kubernetes master + testgrid-tab-name: 1-33-on-kubernetes-master + description: Kubernetes-CSI pull job in repo csi-driver-host-path for non-alpha tests, using deployment 1.33 on Kubernetes master spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -276,7 +276,7 @@ presubmits: - name: CSI_PROW_KUBERNETES_VERSION value: "latest" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_SNAPSHOTTER_VERSION @@ -293,7 +293,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-csi-driver-host-path-alpha-1-31-on-kubernetes-1-31 + - name: pull-kubernetes-csi-csi-driver-host-path-alpha-1-32-on-kubernetes-1-32 cluster: eks-prow-build-cluster always_run: false optional: true @@ -306,12 +306,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-csi-driver-host-path - testgrid-tab-name: alpha-1-31-on-kubernetes-1-31 - description: Kubernetes-CSI pull job in repo csi-driver-host-path for alpha tests, using deployment 1.31 on Kubernetes 1.31 + testgrid-tab-name: alpha-1-32-on-kubernetes-1-32 + description: Kubernetes-CSI pull job in repo csi-driver-host-path for alpha tests, using deployment 1.32 on Kubernetes 1.32 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -323,13 +323,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.31.0" + value: "1.32.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.31" + value: "1.32" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -344,7 +344,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-csi-driver-host-path-1-30-test-on-kubernetes-1-30 + - name: pull-kubernetes-csi-csi-driver-host-path-1-31-test-on-kubernetes-1-31 cluster: eks-prow-build-cluster always_run: true optional: true @@ -357,12 +357,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-csi-driver-host-path - testgrid-tab-name: 1-30-test-on-kubernetes-1-30 - description: Kubernetes-CSI pull job in repo csi-driver-host-path for non-alpha tests, using deployment 1.30-test on Kubernetes 1.30 + testgrid-tab-name: 1-31-test-on-kubernetes-1-31 + description: Kubernetes-CSI pull job in repo csi-driver-host-path for non-alpha tests, using deployment 1.31-test on Kubernetes 1.31 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -374,13 +374,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.30.0" + value: "1.31.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.30" + value: "1.31" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "-test" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -395,7 +395,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-csi-driver-host-path-1-30-test-on-kubernetes-master + - name: pull-kubernetes-csi-csi-driver-host-path-1-31-test-on-kubernetes-master # Explicitly needs to be started with /test. # This cannot be enabled by default because there's always the risk # that something changes in master which breaks the pre-merge check. @@ -410,12 +410,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-csi-driver-host-path - testgrid-tab-name: 1-30-test-on-kubernetes-master - description: Kubernetes-CSI pull job in repo csi-driver-host-path for non-alpha tests, using deployment 1.30-test on Kubernetes master + testgrid-tab-name: 1-31-test-on-kubernetes-master + description: Kubernetes-CSI pull job in repo csi-driver-host-path for non-alpha tests, using deployment 1.31-test on Kubernetes master spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -424,7 +424,7 @@ presubmits: - name: CSI_PROW_KUBERNETES_VERSION value: "latest" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "-test" - name: CSI_SNAPSHOTTER_VERSION @@ -441,7 +441,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-csi-driver-host-path-1-31-test-on-kubernetes-1-31 + - name: pull-kubernetes-csi-csi-driver-host-path-1-32-test-on-kubernetes-1-32 cluster: eks-prow-build-cluster always_run: true optional: true @@ -454,12 +454,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-csi-driver-host-path - testgrid-tab-name: 1-31-test-on-kubernetes-1-31 - description: Kubernetes-CSI pull job in repo csi-driver-host-path for non-alpha tests, using deployment 1.31-test on Kubernetes 1.31 + testgrid-tab-name: 1-32-test-on-kubernetes-1-32 + description: Kubernetes-CSI pull job in repo csi-driver-host-path for non-alpha tests, using deployment 1.32-test on Kubernetes 1.32 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -471,13 +471,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.31.0" + value: "1.32.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.31" + value: "1.32" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "-test" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -492,7 +492,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-csi-driver-host-path-1-31-test-on-kubernetes-master + - name: pull-kubernetes-csi-csi-driver-host-path-1-32-test-on-kubernetes-master # Explicitly needs to be started with /test. # This cannot be enabled by default because there's always the risk # that something changes in master which breaks the pre-merge check. @@ -507,12 +507,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-csi-driver-host-path - testgrid-tab-name: 1-31-test-on-kubernetes-master - description: Kubernetes-CSI pull job in repo csi-driver-host-path for non-alpha tests, using deployment 1.31-test on Kubernetes master + testgrid-tab-name: 1-32-test-on-kubernetes-master + description: Kubernetes-CSI pull job in repo csi-driver-host-path for non-alpha tests, using deployment 1.32-test on Kubernetes master spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -521,7 +521,7 @@ presubmits: - name: CSI_PROW_KUBERNETES_VERSION value: "latest" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "-test" - name: CSI_SNAPSHOTTER_VERSION @@ -538,7 +538,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-csi-driver-host-path-1-32-test-on-kubernetes-1-32 + - name: pull-kubernetes-csi-csi-driver-host-path-1-33-test-on-kubernetes-1-33 cluster: eks-prow-build-cluster always_run: true optional: true @@ -551,12 +551,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-csi-driver-host-path - testgrid-tab-name: 1-32-test-on-kubernetes-1-32 - description: Kubernetes-CSI pull job in repo csi-driver-host-path for non-alpha tests, using deployment 1.32-test on Kubernetes 1.32 + testgrid-tab-name: 1-33-test-on-kubernetes-1-33 + description: Kubernetes-CSI pull job in repo csi-driver-host-path for non-alpha tests, using deployment 1.33-test on Kubernetes 1.33 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -568,13 +568,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.32.0" + value: "1.33.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.32" + value: "1.33" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "-test" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -589,7 +589,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-csi-driver-host-path-1-32-test-on-kubernetes-master + - name: pull-kubernetes-csi-csi-driver-host-path-1-33-test-on-kubernetes-master # Explicitly needs to be started with /test. # This cannot be enabled by default because there's always the risk # that something changes in master which breaks the pre-merge check. @@ -604,12 +604,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-csi-driver-host-path - testgrid-tab-name: 1-32-test-on-kubernetes-master - description: Kubernetes-CSI pull job in repo csi-driver-host-path for non-alpha tests, using deployment 1.32-test on Kubernetes master + testgrid-tab-name: 1-33-test-on-kubernetes-master + description: Kubernetes-CSI pull job in repo csi-driver-host-path for non-alpha tests, using deployment 1.33-test on Kubernetes master spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -618,7 +618,7 @@ presubmits: - name: CSI_PROW_KUBERNETES_VERSION value: "latest" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "-test" - name: CSI_SNAPSHOTTER_VERSION @@ -635,7 +635,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-csi-driver-host-path-alpha-1-31-test-on-kubernetes-1-31 + - name: pull-kubernetes-csi-csi-driver-host-path-alpha-1-32-test-on-kubernetes-1-32 cluster: eks-prow-build-cluster always_run: false optional: true @@ -648,12 +648,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-csi-driver-host-path - testgrid-tab-name: alpha-1-31-test-on-kubernetes-1-31 - description: Kubernetes-CSI pull job in repo csi-driver-host-path for alpha tests, using deployment 1.31-test on Kubernetes 1.31 + testgrid-tab-name: alpha-1-32-test-on-kubernetes-1-32 + description: Kubernetes-CSI pull job in repo csi-driver-host-path for alpha tests, using deployment 1.32-test on Kubernetes 1.32 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -665,13 +665,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.31.0" + value: "1.32.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.31" + value: "1.32" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "-test" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -703,7 +703,7 @@ presubmits: spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -724,7 +724,7 @@ presubmits: periodics: - interval: 6h - name: ci-kubernetes-csi-1-30-on-kubernetes-1-30 + name: ci-kubernetes-csi-1-31-on-kubernetes-1-31 cluster: k8s-infra-prow-build decorate: true extra_refs: @@ -737,26 +737,26 @@ periodics: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-ci - testgrid-tab-name: 1.30-on-1.30 + testgrid-tab-name: 1.31-on-1.31 testgrid-alert-email: kubernetes-sig-storage-test-failures@googlegroups.com - description: periodic Kubernetes-CSI job for non-alpha tests, using deployment 1.30 on Kubernetes 1.30 + description: periodic Kubernetes-CSI job for non-alpha tests, using deployment 1.31 on Kubernetes 1.31 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: - ./.prow.sh env: - name: CSI_PROW_KUBERNETES_VERSION - value: "release-1.30" + value: "release-1.31" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_BUILD_JOB value: "false" - name: CSI_PROW_DEPLOYMENT - value: "kubernetes-1.30" + value: "kubernetes-1.31" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_TESTS @@ -772,7 +772,7 @@ periodics: memory: "9Gi" cpu: 4 - interval: 6h - name: ci-kubernetes-csi-1-30-on-kubernetes-1-31 + name: ci-kubernetes-csi-1-31-on-kubernetes-1-32 cluster: k8s-infra-prow-build decorate: true extra_refs: @@ -785,26 +785,26 @@ periodics: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-ci - testgrid-tab-name: 1.30-on-1.31 + testgrid-tab-name: 1.31-on-1.32 testgrid-alert-email: kubernetes-sig-storage-test-failures@googlegroups.com - description: periodic Kubernetes-CSI job for non-alpha tests, using deployment 1.30 on Kubernetes 1.31 + description: periodic Kubernetes-CSI job for non-alpha tests, using deployment 1.31 on Kubernetes 1.32 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: - ./.prow.sh env: - name: CSI_PROW_KUBERNETES_VERSION - value: "release-1.31" + value: "release-1.32" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_BUILD_JOB value: "false" - name: CSI_PROW_DEPLOYMENT - value: "kubernetes-1.30" + value: "kubernetes-1.31" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_TESTS @@ -820,7 +820,7 @@ periodics: memory: "9Gi" cpu: 4 - interval: 6h - name: ci-kubernetes-csi-1-30-on-kubernetes-1-32 + name: ci-kubernetes-csi-1-31-on-kubernetes-1-33 cluster: k8s-infra-prow-build decorate: true extra_refs: @@ -833,26 +833,26 @@ periodics: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-ci - testgrid-tab-name: 1.30-on-1.32 + testgrid-tab-name: 1.31-on-1.33 testgrid-alert-email: kubernetes-sig-storage-test-failures@googlegroups.com - description: periodic Kubernetes-CSI job for non-alpha tests, using deployment 1.30 on Kubernetes 1.32 + description: periodic Kubernetes-CSI job for non-alpha tests, using deployment 1.31 on Kubernetes 1.33 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: - ./.prow.sh env: - name: CSI_PROW_KUBERNETES_VERSION - value: "release-1.32" + value: "release-1.33" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_BUILD_JOB value: "false" - name: CSI_PROW_DEPLOYMENT - value: "kubernetes-1.30" + value: "kubernetes-1.31" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_TESTS @@ -868,7 +868,7 @@ periodics: memory: "9Gi" cpu: 4 - interval: 6h - name: ci-kubernetes-csi-1-30-on-kubernetes-master + name: ci-kubernetes-csi-1-31-on-kubernetes-master cluster: k8s-infra-prow-build decorate: true extra_refs: @@ -881,13 +881,13 @@ periodics: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-ci - testgrid-tab-name: 1.30-on-master + testgrid-tab-name: 1.31-on-master testgrid-alert-email: kubernetes-sig-storage-test-failures@googlegroups.com - description: periodic Kubernetes-CSI job for non-alpha tests, using deployment 1.30 on Kubernetes master + description: periodic Kubernetes-CSI job for non-alpha tests, using deployment 1.31 on Kubernetes master spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -900,7 +900,7 @@ periodics: - name: CSI_PROW_BUILD_JOB value: "false" - name: CSI_PROW_DEPLOYMENT - value: "kubernetes-1.30" + value: "kubernetes-1.31" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_TESTS @@ -916,7 +916,7 @@ periodics: memory: "9Gi" cpu: 4 - interval: 6h - name: ci-kubernetes-csi-1-31-on-kubernetes-1-31 + name: ci-kubernetes-csi-1-32-on-kubernetes-1-32 cluster: k8s-infra-prow-build decorate: true extra_refs: @@ -929,26 +929,26 @@ periodics: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-ci - testgrid-tab-name: 1.31-on-1.31 + testgrid-tab-name: 1.32-on-1.32 testgrid-alert-email: kubernetes-sig-storage-test-failures@googlegroups.com - description: periodic Kubernetes-CSI job for non-alpha tests, using deployment 1.31 on Kubernetes 1.31 + description: periodic Kubernetes-CSI job for non-alpha tests, using deployment 1.32 on Kubernetes 1.32 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: - ./.prow.sh env: - name: CSI_PROW_KUBERNETES_VERSION - value: "release-1.31" + value: "release-1.32" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_BUILD_JOB value: "false" - name: CSI_PROW_DEPLOYMENT - value: "kubernetes-1.31" + value: "kubernetes-1.32" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_TESTS @@ -964,7 +964,7 @@ periodics: memory: "9Gi" cpu: 4 - interval: 6h - name: ci-kubernetes-csi-1-31-on-kubernetes-1-32 + name: ci-kubernetes-csi-1-32-on-kubernetes-1-33 cluster: k8s-infra-prow-build decorate: true extra_refs: @@ -977,26 +977,26 @@ periodics: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-ci - testgrid-tab-name: 1.31-on-1.32 + testgrid-tab-name: 1.32-on-1.33 testgrid-alert-email: kubernetes-sig-storage-test-failures@googlegroups.com - description: periodic Kubernetes-CSI job for non-alpha tests, using deployment 1.31 on Kubernetes 1.32 + description: periodic Kubernetes-CSI job for non-alpha tests, using deployment 1.32 on Kubernetes 1.33 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: - ./.prow.sh env: - name: CSI_PROW_KUBERNETES_VERSION - value: "release-1.32" + value: "release-1.33" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_BUILD_JOB value: "false" - name: CSI_PROW_DEPLOYMENT - value: "kubernetes-1.31" + value: "kubernetes-1.32" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_TESTS @@ -1012,7 +1012,7 @@ periodics: memory: "9Gi" cpu: 4 - interval: 6h - name: ci-kubernetes-csi-1-31-on-kubernetes-master + name: ci-kubernetes-csi-1-32-on-kubernetes-master cluster: k8s-infra-prow-build decorate: true extra_refs: @@ -1025,13 +1025,13 @@ periodics: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-ci - testgrid-tab-name: 1.31-on-master + testgrid-tab-name: 1.32-on-master testgrid-alert-email: kubernetes-sig-storage-test-failures@googlegroups.com - description: periodic Kubernetes-CSI job for non-alpha tests, using deployment 1.31 on Kubernetes master + description: periodic Kubernetes-CSI job for non-alpha tests, using deployment 1.32 on Kubernetes master spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -1044,7 +1044,7 @@ periodics: - name: CSI_PROW_BUILD_JOB value: "false" - name: CSI_PROW_DEPLOYMENT - value: "kubernetes-1.31" + value: "kubernetes-1.32" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_TESTS @@ -1060,7 +1060,7 @@ periodics: memory: "9Gi" cpu: 4 - interval: 6h - name: ci-kubernetes-csi-1-32-on-kubernetes-1-32 + name: ci-kubernetes-csi-1-33-on-kubernetes-1-33 cluster: k8s-infra-prow-build decorate: true extra_refs: @@ -1073,26 +1073,26 @@ periodics: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-ci - testgrid-tab-name: 1.32-on-1.32 + testgrid-tab-name: 1.33-on-1.33 testgrid-alert-email: kubernetes-sig-storage-test-failures@googlegroups.com - description: periodic Kubernetes-CSI job for non-alpha tests, using deployment 1.32 on Kubernetes 1.32 + description: periodic Kubernetes-CSI job for non-alpha tests, using deployment 1.33 on Kubernetes 1.33 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: - ./.prow.sh env: - name: CSI_PROW_KUBERNETES_VERSION - value: "release-1.32" + value: "release-1.33" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_BUILD_JOB value: "false" - name: CSI_PROW_DEPLOYMENT - value: "kubernetes-1.32" + value: "kubernetes-1.33" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_TESTS @@ -1108,7 +1108,7 @@ periodics: memory: "9Gi" cpu: 4 - interval: 6h - name: ci-kubernetes-csi-1-32-on-kubernetes-master + name: ci-kubernetes-csi-1-33-on-kubernetes-master cluster: k8s-infra-prow-build decorate: true extra_refs: @@ -1121,13 +1121,13 @@ periodics: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-ci - testgrid-tab-name: 1.32-on-master + testgrid-tab-name: 1.33-on-master testgrid-alert-email: kubernetes-sig-storage-test-failures@googlegroups.com - description: periodic Kubernetes-CSI job for non-alpha tests, using deployment 1.32 on Kubernetes master + description: periodic Kubernetes-CSI job for non-alpha tests, using deployment 1.33 on Kubernetes master spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -1140,7 +1140,7 @@ periodics: - name: CSI_PROW_BUILD_JOB value: "false" - name: CSI_PROW_DEPLOYMENT - value: "kubernetes-1.32" + value: "kubernetes-1.33" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_TESTS @@ -1156,7 +1156,7 @@ periodics: memory: "9Gi" cpu: 4 - interval: 6h - name: ci-kubernetes-csi-1-30-test-on-kubernetes-1-30 + name: ci-kubernetes-csi-1-31-test-on-kubernetes-1-31 cluster: k8s-infra-prow-build decorate: true extra_refs: @@ -1169,26 +1169,26 @@ periodics: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-ci - testgrid-tab-name: 1.30-test-on-1.30 + testgrid-tab-name: 1.31-test-on-1.31 testgrid-alert-email: kubernetes-sig-storage-test-failures@googlegroups.com - description: periodic Kubernetes-CSI job for non-alpha tests, using deployment 1.30-test on Kubernetes 1.30 + description: periodic Kubernetes-CSI job for non-alpha tests, using deployment 1.31-test on Kubernetes 1.31 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: - ./.prow.sh env: - name: CSI_PROW_KUBERNETES_VERSION - value: "release-1.30" + value: "release-1.31" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_BUILD_JOB value: "false" - name: CSI_PROW_DEPLOYMENT - value: "kubernetes-1.30" + value: "kubernetes-1.31" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "-test" - name: CSI_PROW_TESTS @@ -1204,7 +1204,7 @@ periodics: memory: "9Gi" cpu: 4 - interval: 6h - name: ci-kubernetes-csi-1-30-test-on-kubernetes-1-31 + name: ci-kubernetes-csi-1-31-test-on-kubernetes-1-32 cluster: k8s-infra-prow-build decorate: true extra_refs: @@ -1217,26 +1217,26 @@ periodics: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-ci - testgrid-tab-name: 1.30-test-on-1.31 + testgrid-tab-name: 1.31-test-on-1.32 testgrid-alert-email: kubernetes-sig-storage-test-failures@googlegroups.com - description: periodic Kubernetes-CSI job for non-alpha tests, using deployment 1.30-test on Kubernetes 1.31 + description: periodic Kubernetes-CSI job for non-alpha tests, using deployment 1.31-test on Kubernetes 1.32 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: - ./.prow.sh env: - name: CSI_PROW_KUBERNETES_VERSION - value: "release-1.31" + value: "release-1.32" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_BUILD_JOB value: "false" - name: CSI_PROW_DEPLOYMENT - value: "kubernetes-1.30" + value: "kubernetes-1.31" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "-test" - name: CSI_PROW_TESTS @@ -1252,7 +1252,7 @@ periodics: memory: "9Gi" cpu: 4 - interval: 6h - name: ci-kubernetes-csi-1-30-test-on-kubernetes-1-32 + name: ci-kubernetes-csi-1-31-test-on-kubernetes-1-33 cluster: k8s-infra-prow-build decorate: true extra_refs: @@ -1265,26 +1265,26 @@ periodics: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-ci - testgrid-tab-name: 1.30-test-on-1.32 + testgrid-tab-name: 1.31-test-on-1.33 testgrid-alert-email: kubernetes-sig-storage-test-failures@googlegroups.com - description: periodic Kubernetes-CSI job for non-alpha tests, using deployment 1.30-test on Kubernetes 1.32 + description: periodic Kubernetes-CSI job for non-alpha tests, using deployment 1.31-test on Kubernetes 1.33 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: - ./.prow.sh env: - name: CSI_PROW_KUBERNETES_VERSION - value: "release-1.32" + value: "release-1.33" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_BUILD_JOB value: "false" - name: CSI_PROW_DEPLOYMENT - value: "kubernetes-1.30" + value: "kubernetes-1.31" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "-test" - name: CSI_PROW_TESTS @@ -1300,7 +1300,7 @@ periodics: memory: "9Gi" cpu: 4 - interval: 6h - name: ci-kubernetes-csi-1-30-test-on-kubernetes-master + name: ci-kubernetes-csi-1-31-test-on-kubernetes-master cluster: k8s-infra-prow-build decorate: true extra_refs: @@ -1313,13 +1313,13 @@ periodics: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-ci - testgrid-tab-name: 1.30-test-on-master + testgrid-tab-name: 1.31-test-on-master testgrid-alert-email: kubernetes-sig-storage-test-failures@googlegroups.com - description: periodic Kubernetes-CSI job for non-alpha tests, using deployment 1.30-test on Kubernetes master + description: periodic Kubernetes-CSI job for non-alpha tests, using deployment 1.31-test on Kubernetes master spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -1332,7 +1332,7 @@ periodics: - name: CSI_PROW_BUILD_JOB value: "false" - name: CSI_PROW_DEPLOYMENT - value: "kubernetes-1.30" + value: "kubernetes-1.31" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "-test" - name: CSI_PROW_TESTS @@ -1348,7 +1348,7 @@ periodics: memory: "9Gi" cpu: 4 - interval: 6h - name: ci-kubernetes-csi-1-31-test-on-kubernetes-1-31 + name: ci-kubernetes-csi-1-32-test-on-kubernetes-1-32 cluster: k8s-infra-prow-build decorate: true extra_refs: @@ -1361,26 +1361,26 @@ periodics: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-ci - testgrid-tab-name: 1.31-test-on-1.31 + testgrid-tab-name: 1.32-test-on-1.32 testgrid-alert-email: kubernetes-sig-storage-test-failures@googlegroups.com - description: periodic Kubernetes-CSI job for non-alpha tests, using deployment 1.31-test on Kubernetes 1.31 + description: periodic Kubernetes-CSI job for non-alpha tests, using deployment 1.32-test on Kubernetes 1.32 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: - ./.prow.sh env: - name: CSI_PROW_KUBERNETES_VERSION - value: "release-1.31" + value: "release-1.32" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_BUILD_JOB value: "false" - name: CSI_PROW_DEPLOYMENT - value: "kubernetes-1.31" + value: "kubernetes-1.32" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "-test" - name: CSI_PROW_TESTS @@ -1396,7 +1396,7 @@ periodics: memory: "9Gi" cpu: 4 - interval: 6h - name: ci-kubernetes-csi-1-31-test-on-kubernetes-1-32 + name: ci-kubernetes-csi-1-32-test-on-kubernetes-1-33 cluster: k8s-infra-prow-build decorate: true extra_refs: @@ -1409,26 +1409,26 @@ periodics: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-ci - testgrid-tab-name: 1.31-test-on-1.32 + testgrid-tab-name: 1.32-test-on-1.33 testgrid-alert-email: kubernetes-sig-storage-test-failures@googlegroups.com - description: periodic Kubernetes-CSI job for non-alpha tests, using deployment 1.31-test on Kubernetes 1.32 + description: periodic Kubernetes-CSI job for non-alpha tests, using deployment 1.32-test on Kubernetes 1.33 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: - ./.prow.sh env: - name: CSI_PROW_KUBERNETES_VERSION - value: "release-1.32" + value: "release-1.33" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_BUILD_JOB value: "false" - name: CSI_PROW_DEPLOYMENT - value: "kubernetes-1.31" + value: "kubernetes-1.32" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "-test" - name: CSI_PROW_TESTS @@ -1444,7 +1444,7 @@ periodics: memory: "9Gi" cpu: 4 - interval: 6h - name: ci-kubernetes-csi-1-31-test-on-kubernetes-master + name: ci-kubernetes-csi-1-32-test-on-kubernetes-master cluster: k8s-infra-prow-build decorate: true extra_refs: @@ -1457,13 +1457,13 @@ periodics: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-ci - testgrid-tab-name: 1.31-test-on-master + testgrid-tab-name: 1.32-test-on-master testgrid-alert-email: kubernetes-sig-storage-test-failures@googlegroups.com - description: periodic Kubernetes-CSI job for non-alpha tests, using deployment 1.31-test on Kubernetes master + description: periodic Kubernetes-CSI job for non-alpha tests, using deployment 1.32-test on Kubernetes master spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -1476,7 +1476,7 @@ periodics: - name: CSI_PROW_BUILD_JOB value: "false" - name: CSI_PROW_DEPLOYMENT - value: "kubernetes-1.31" + value: "kubernetes-1.32" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "-test" - name: CSI_PROW_TESTS @@ -1492,7 +1492,7 @@ periodics: memory: "9Gi" cpu: 4 - interval: 6h - name: ci-kubernetes-csi-1-32-test-on-kubernetes-1-32 + name: ci-kubernetes-csi-1-33-test-on-kubernetes-1-33 cluster: k8s-infra-prow-build decorate: true extra_refs: @@ -1505,26 +1505,26 @@ periodics: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-ci - testgrid-tab-name: 1.32-test-on-1.32 + testgrid-tab-name: 1.33-test-on-1.33 testgrid-alert-email: kubernetes-sig-storage-test-failures@googlegroups.com - description: periodic Kubernetes-CSI job for non-alpha tests, using deployment 1.32-test on Kubernetes 1.32 + description: periodic Kubernetes-CSI job for non-alpha tests, using deployment 1.33-test on Kubernetes 1.33 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: - ./.prow.sh env: - name: CSI_PROW_KUBERNETES_VERSION - value: "release-1.32" + value: "release-1.33" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_BUILD_JOB value: "false" - name: CSI_PROW_DEPLOYMENT - value: "kubernetes-1.32" + value: "kubernetes-1.33" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "-test" - name: CSI_PROW_TESTS @@ -1540,7 +1540,7 @@ periodics: memory: "9Gi" cpu: 4 - interval: 6h - name: ci-kubernetes-csi-1-32-test-on-kubernetes-master + name: ci-kubernetes-csi-1-33-test-on-kubernetes-master cluster: k8s-infra-prow-build decorate: true extra_refs: @@ -1553,13 +1553,13 @@ periodics: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-ci - testgrid-tab-name: 1.32-test-on-master + testgrid-tab-name: 1.33-test-on-master testgrid-alert-email: kubernetes-sig-storage-test-failures@googlegroups.com - description: periodic Kubernetes-CSI job for non-alpha tests, using deployment 1.32-test on Kubernetes master + description: periodic Kubernetes-CSI job for non-alpha tests, using deployment 1.33-test on Kubernetes master spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -1572,7 +1572,7 @@ periodics: - name: CSI_PROW_BUILD_JOB value: "false" - name: CSI_PROW_DEPLOYMENT - value: "kubernetes-1.32" + value: "kubernetes-1.33" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "-test" - name: CSI_PROW_TESTS @@ -1588,7 +1588,7 @@ periodics: memory: "9Gi" cpu: 4 - interval: 6h - name: ci-kubernetes-csi-canary-on-kubernetes-1-30 + name: ci-kubernetes-csi-canary-on-kubernetes-1-31 cluster: eks-prow-build-cluster decorate: true extra_refs: @@ -1601,20 +1601,20 @@ periodics: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-ci - testgrid-tab-name: canary-on-1.30 + testgrid-tab-name: canary-on-1.31 testgrid-alert-email: kubernetes-sig-storage-test-failures@googlegroups.com - description: periodic Kubernetes-CSI job for non-alpha tests, using deployment canary on Kubernetes 1.30 + description: periodic Kubernetes-CSI job for non-alpha tests, using deployment canary on Kubernetes 1.31 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: - ./.prow.sh env: - name: CSI_PROW_KUBERNETES_VERSION - value: "1.30.0" + value: "1.31.0" - name: CSI_PROW_BUILD_JOB value: "false" # Replace images.... @@ -1642,7 +1642,7 @@ periodics: memory: "9Gi" cpu: 4 - interval: 6h - name: ci-kubernetes-csi-canary-on-kubernetes-1-31 + name: ci-kubernetes-csi-canary-on-kubernetes-1-32 cluster: eks-prow-build-cluster decorate: true extra_refs: @@ -1655,20 +1655,20 @@ periodics: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-ci - testgrid-tab-name: canary-on-1.31 + testgrid-tab-name: canary-on-1.32 testgrid-alert-email: kubernetes-sig-storage-test-failures@googlegroups.com - description: periodic Kubernetes-CSI job for non-alpha tests, using deployment canary on Kubernetes 1.31 + description: periodic Kubernetes-CSI job for non-alpha tests, using deployment canary on Kubernetes 1.32 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: - ./.prow.sh env: - name: CSI_PROW_KUBERNETES_VERSION - value: "1.31.0" + value: "1.32.0" - name: CSI_PROW_BUILD_JOB value: "false" # Replace images.... @@ -1696,7 +1696,7 @@ periodics: memory: "9Gi" cpu: 4 - interval: 6h - name: ci-kubernetes-csi-canary-on-kubernetes-1-32 + name: ci-kubernetes-csi-canary-on-kubernetes-1-33 cluster: eks-prow-build-cluster decorate: true extra_refs: @@ -1709,20 +1709,20 @@ periodics: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-ci - testgrid-tab-name: canary-on-1.32 + testgrid-tab-name: canary-on-1.33 testgrid-alert-email: kubernetes-sig-storage-test-failures@googlegroups.com - description: periodic Kubernetes-CSI job for non-alpha tests, using deployment canary on Kubernetes 1.32 + description: periodic Kubernetes-CSI job for non-alpha tests, using deployment canary on Kubernetes 1.33 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: - ./.prow.sh env: - name: CSI_PROW_KUBERNETES_VERSION - value: "1.32.0" + value: "1.33.0" - name: CSI_PROW_BUILD_JOB value: "false" # Replace images.... @@ -1769,7 +1769,7 @@ periodics: spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -1823,7 +1823,7 @@ periodics: spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -1858,7 +1858,7 @@ periodics: memory: "9Gi" cpu: 4 - interval: 6h - name: ci-kubernetes-csi-canary-test-on-kubernetes-1-30 + name: ci-kubernetes-csi-canary-test-on-kubernetes-1-31 cluster: eks-prow-build-cluster decorate: true extra_refs: @@ -1871,20 +1871,20 @@ periodics: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-ci - testgrid-tab-name: canary-test-on-1.30 + testgrid-tab-name: canary-test-on-1.31 testgrid-alert-email: kubernetes-sig-storage-test-failures@googlegroups.com - description: periodic Kubernetes-CSI job for non-alpha tests, using deployment canary-test on Kubernetes 1.30 + description: periodic Kubernetes-CSI job for non-alpha tests, using deployment canary-test on Kubernetes 1.31 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: - ./.prow.sh env: - name: CSI_PROW_KUBERNETES_VERSION - value: "1.30.0" + value: "1.31.0" - name: CSI_PROW_BUILD_JOB value: "false" # Replace images.... @@ -1912,7 +1912,7 @@ periodics: memory: "9Gi" cpu: 4 - interval: 6h - name: ci-kubernetes-csi-canary-test-on-kubernetes-1-31 + name: ci-kubernetes-csi-canary-test-on-kubernetes-1-32 cluster: eks-prow-build-cluster decorate: true extra_refs: @@ -1925,20 +1925,20 @@ periodics: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-ci - testgrid-tab-name: canary-test-on-1.31 + testgrid-tab-name: canary-test-on-1.32 testgrid-alert-email: kubernetes-sig-storage-test-failures@googlegroups.com - description: periodic Kubernetes-CSI job for non-alpha tests, using deployment canary-test on Kubernetes 1.31 + description: periodic Kubernetes-CSI job for non-alpha tests, using deployment canary-test on Kubernetes 1.32 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: - ./.prow.sh env: - name: CSI_PROW_KUBERNETES_VERSION - value: "1.31.0" + value: "1.32.0" - name: CSI_PROW_BUILD_JOB value: "false" # Replace images.... @@ -1966,7 +1966,7 @@ periodics: memory: "9Gi" cpu: 4 - interval: 6h - name: ci-kubernetes-csi-canary-test-on-kubernetes-1-32 + name: ci-kubernetes-csi-canary-test-on-kubernetes-1-33 cluster: eks-prow-build-cluster decorate: true extra_refs: @@ -1979,20 +1979,20 @@ periodics: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-ci - testgrid-tab-name: canary-test-on-1.32 + testgrid-tab-name: canary-test-on-1.33 testgrid-alert-email: kubernetes-sig-storage-test-failures@googlegroups.com - description: periodic Kubernetes-CSI job for non-alpha tests, using deployment canary-test on Kubernetes 1.32 + description: periodic Kubernetes-CSI job for non-alpha tests, using deployment canary-test on Kubernetes 1.33 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: - ./.prow.sh env: - name: CSI_PROW_KUBERNETES_VERSION - value: "1.32.0" + value: "1.33.0" - name: CSI_PROW_BUILD_JOB value: "false" # Replace images.... @@ -2039,7 +2039,7 @@ periodics: spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -2093,7 +2093,7 @@ periodics: spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: diff --git a/config/jobs/kubernetes-csi/csi-release-tools/csi-release-tools-config.yaml b/config/jobs/kubernetes-csi/csi-release-tools/csi-release-tools-config.yaml index 3ced70e9bab7..d35836c25d17 100644 --- a/config/jobs/kubernetes-csi/csi-release-tools/csi-release-tools-config.yaml +++ b/config/jobs/kubernetes-csi/csi-release-tools/csi-release-tools-config.yaml @@ -53,7 +53,7 @@ presubmits: annotations: testgrid-dashboards: sig-storage-csi-other testgrid-tab-name: pull-csi-release-tools-in-csi-test - description: Kubernetes-CSI pull job in repo csi-release-tools for csi-test, using deployment 1.31 on Kubernetes 1.31 + description: Kubernetes-CSI pull job in repo csi-release-tools for csi-test, using deployment 1.32 on Kubernetes 1.32 spec: containers: # We need this image because it has Docker in Docker and go. @@ -94,7 +94,7 @@ presubmits: annotations: testgrid-dashboards: sig-storage-csi-other testgrid-tab-name: pull-csi-release-tools-in-external-provisioner - description: Kubernetes-CSI pull job in repo csi-release-tools for external-provisioner, using deployment 1.31 on Kubernetes 1.31 + description: Kubernetes-CSI pull job in repo csi-release-tools for external-provisioner, using deployment 1.32 on Kubernetes 1.32 spec: containers: # We need this image because it has Docker in Docker and go. @@ -117,11 +117,11 @@ presubmits: - name: PULL_TEST_REPO_DIR value: /home/prow/go/src/github.com/kubernetes-csi/external-provisioner - name: CSI_PROW_KUBERNETES_VERSION - value: "1.31.0" + value: "1.32.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.31" + value: "1.32" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_PROW_TESTS value: "unit sanity parallel" - name: CSI_SNAPSHOTTER_VERSION @@ -145,7 +145,7 @@ presubmits: annotations: testgrid-dashboards: sig-storage-csi-other testgrid-tab-name: pull-csi-release-tools-in-external-snapshotter - description: Kubernetes-CSI pull job in repo csi-release-tools for external-snapshotter, using deployment 1.31 on Kubernetes 1.31 + description: Kubernetes-CSI pull job in repo csi-release-tools for external-snapshotter, using deployment 1.32 on Kubernetes 1.32 spec: containers: # We need this image because it has Docker in Docker and go. @@ -168,11 +168,11 @@ presubmits: - name: PULL_TEST_REPO_DIR value: /home/prow/go/src/github.com/kubernetes-csi/external-snapshotter - name: CSI_PROW_KUBERNETES_VERSION - value: "1.31.0" + value: "1.32.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.31" + value: "1.32" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_PROW_TESTS value: "unit sanity parallel" - name: CSI_SNAPSHOTTER_VERSION @@ -196,7 +196,7 @@ presubmits: annotations: testgrid-dashboards: sig-storage-csi-other testgrid-tab-name: pull-csi-release-tools-in-csi-driver-host-path - description: Kubernetes-CSI pull job in repo csi-release-tools for csi-driver-host-path, using deployment 1.31 on Kubernetes 1.31 + description: Kubernetes-CSI pull job in repo csi-release-tools for csi-driver-host-path, using deployment 1.32 on Kubernetes 1.32 spec: containers: # We need this image because it has Docker in Docker and go. @@ -219,11 +219,11 @@ presubmits: - name: PULL_TEST_REPO_DIR value: /home/prow/go/src/github.com/kubernetes-csi/csi-driver-host-path - name: CSI_PROW_KUBERNETES_VERSION - value: "1.31.0" + value: "1.32.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.31" + value: "1.32" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_PROW_TESTS value: "unit sanity parallel" - name: CSI_SNAPSHOTTER_VERSION diff --git a/config/jobs/kubernetes-csi/external-attacher/external-attacher-config.yaml b/config/jobs/kubernetes-csi/external-attacher/external-attacher-config.yaml index b983484c4b6c..26f940929c3d 100644 --- a/config/jobs/kubernetes-csi/external-attacher/external-attacher-config.yaml +++ b/config/jobs/kubernetes-csi/external-attacher/external-attacher-config.yaml @@ -2,7 +2,7 @@ presubmits: kubernetes-csi/external-attacher: - - name: pull-kubernetes-csi-external-attacher-1-30-on-kubernetes-1-30 + - name: pull-kubernetes-csi-external-attacher-1-31-on-kubernetes-1-31 cluster: eks-prow-build-cluster always_run: true optional: false @@ -15,12 +15,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-external-attacher - testgrid-tab-name: 1-30-on-kubernetes-1-30 - description: Kubernetes-CSI pull job in repo external-attacher for non-alpha tests, using deployment 1.30 on Kubernetes 1.30 + testgrid-tab-name: 1-31-on-kubernetes-1-31 + description: Kubernetes-CSI pull job in repo external-attacher for non-alpha tests, using deployment 1.31 on Kubernetes 1.31 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -32,13 +32,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.30.0" + value: "1.31.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.30" + value: "1.31" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -53,7 +53,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-external-attacher-1-30-on-kubernetes-master + - name: pull-kubernetes-csi-external-attacher-1-31-on-kubernetes-master # Explicitly needs to be started with /test. # This cannot be enabled by default because there's always the risk # that something changes in master which breaks the pre-merge check. @@ -68,12 +68,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-external-attacher - testgrid-tab-name: 1-30-on-kubernetes-master - description: Kubernetes-CSI pull job in repo external-attacher for non-alpha tests, using deployment 1.30 on Kubernetes master + testgrid-tab-name: 1-31-on-kubernetes-master + description: Kubernetes-CSI pull job in repo external-attacher for non-alpha tests, using deployment 1.31 on Kubernetes master spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -82,7 +82,7 @@ presubmits: - name: CSI_PROW_KUBERNETES_VERSION value: "latest" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_SNAPSHOTTER_VERSION @@ -99,7 +99,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-external-attacher-1-31-on-kubernetes-1-31 + - name: pull-kubernetes-csi-external-attacher-1-32-on-kubernetes-1-32 cluster: eks-prow-build-cluster always_run: true optional: false @@ -112,12 +112,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-external-attacher - testgrid-tab-name: 1-31-on-kubernetes-1-31 - description: Kubernetes-CSI pull job in repo external-attacher for non-alpha tests, using deployment 1.31 on Kubernetes 1.31 + testgrid-tab-name: 1-32-on-kubernetes-1-32 + description: Kubernetes-CSI pull job in repo external-attacher for non-alpha tests, using deployment 1.32 on Kubernetes 1.32 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -129,13 +129,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.31.0" + value: "1.32.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.31" + value: "1.32" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -150,7 +150,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-external-attacher-1-31-on-kubernetes-master + - name: pull-kubernetes-csi-external-attacher-1-32-on-kubernetes-master # Explicitly needs to be started with /test. # This cannot be enabled by default because there's always the risk # that something changes in master which breaks the pre-merge check. @@ -165,12 +165,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-external-attacher - testgrid-tab-name: 1-31-on-kubernetes-master - description: Kubernetes-CSI pull job in repo external-attacher for non-alpha tests, using deployment 1.31 on Kubernetes master + testgrid-tab-name: 1-32-on-kubernetes-master + description: Kubernetes-CSI pull job in repo external-attacher for non-alpha tests, using deployment 1.32 on Kubernetes master spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -179,7 +179,7 @@ presubmits: - name: CSI_PROW_KUBERNETES_VERSION value: "latest" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_SNAPSHOTTER_VERSION @@ -196,7 +196,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-external-attacher-1-32-on-kubernetes-1-32 + - name: pull-kubernetes-csi-external-attacher-1-33-on-kubernetes-1-33 cluster: eks-prow-build-cluster always_run: true optional: true @@ -209,12 +209,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-external-attacher - testgrid-tab-name: 1-32-on-kubernetes-1-32 - description: Kubernetes-CSI pull job in repo external-attacher for non-alpha tests, using deployment 1.32 on Kubernetes 1.32 + testgrid-tab-name: 1-33-on-kubernetes-1-33 + description: Kubernetes-CSI pull job in repo external-attacher for non-alpha tests, using deployment 1.33 on Kubernetes 1.33 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -226,13 +226,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.32.0" + value: "1.33.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.32" + value: "1.33" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -247,7 +247,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-external-attacher-1-32-on-kubernetes-master + - name: pull-kubernetes-csi-external-attacher-1-33-on-kubernetes-master # Explicitly needs to be started with /test. # This cannot be enabled by default because there's always the risk # that something changes in master which breaks the pre-merge check. @@ -262,12 +262,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-external-attacher - testgrid-tab-name: 1-32-on-kubernetes-master - description: Kubernetes-CSI pull job in repo external-attacher for non-alpha tests, using deployment 1.32 on Kubernetes master + testgrid-tab-name: 1-33-on-kubernetes-master + description: Kubernetes-CSI pull job in repo external-attacher for non-alpha tests, using deployment 1.33 on Kubernetes master spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -276,7 +276,7 @@ presubmits: - name: CSI_PROW_KUBERNETES_VERSION value: "latest" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_SNAPSHOTTER_VERSION @@ -293,7 +293,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-external-attacher-alpha-1-31-on-kubernetes-1-31 + - name: pull-kubernetes-csi-external-attacher-alpha-1-32-on-kubernetes-1-32 cluster: eks-prow-build-cluster always_run: false optional: true @@ -306,12 +306,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-external-attacher - testgrid-tab-name: alpha-1-31-on-kubernetes-1-31 - description: Kubernetes-CSI pull job in repo external-attacher for alpha tests, using deployment 1.31 on Kubernetes 1.31 + testgrid-tab-name: alpha-1-32-on-kubernetes-1-32 + description: Kubernetes-CSI pull job in repo external-attacher for alpha tests, using deployment 1.32 on Kubernetes 1.32 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -323,13 +323,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.31.0" + value: "1.32.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.31" + value: "1.32" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -361,7 +361,7 @@ presubmits: spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -397,7 +397,7 @@ presubmits: spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: diff --git a/config/jobs/kubernetes-csi/external-provisioner/external-provisioner-config.yaml b/config/jobs/kubernetes-csi/external-provisioner/external-provisioner-config.yaml index 0110cc37c7d3..bb1b8f5048fe 100644 --- a/config/jobs/kubernetes-csi/external-provisioner/external-provisioner-config.yaml +++ b/config/jobs/kubernetes-csi/external-provisioner/external-provisioner-config.yaml @@ -2,7 +2,7 @@ presubmits: kubernetes-csi/external-provisioner: - - name: pull-kubernetes-csi-external-provisioner-1-30-on-kubernetes-1-30 + - name: pull-kubernetes-csi-external-provisioner-1-31-on-kubernetes-1-31 cluster: eks-prow-build-cluster always_run: true optional: false @@ -15,12 +15,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-external-provisioner - testgrid-tab-name: 1-30-on-kubernetes-1-30 - description: Kubernetes-CSI pull job in repo external-provisioner for non-alpha tests, using deployment 1.30 on Kubernetes 1.30 + testgrid-tab-name: 1-31-on-kubernetes-1-31 + description: Kubernetes-CSI pull job in repo external-provisioner for non-alpha tests, using deployment 1.31 on Kubernetes 1.31 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -32,13 +32,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.30.0" + value: "1.31.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.30" + value: "1.31" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -53,7 +53,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-external-provisioner-1-30-on-kubernetes-master + - name: pull-kubernetes-csi-external-provisioner-1-31-on-kubernetes-master # Explicitly needs to be started with /test. # This cannot be enabled by default because there's always the risk # that something changes in master which breaks the pre-merge check. @@ -68,12 +68,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-external-provisioner - testgrid-tab-name: 1-30-on-kubernetes-master - description: Kubernetes-CSI pull job in repo external-provisioner for non-alpha tests, using deployment 1.30 on Kubernetes master + testgrid-tab-name: 1-31-on-kubernetes-master + description: Kubernetes-CSI pull job in repo external-provisioner for non-alpha tests, using deployment 1.31 on Kubernetes master spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -82,7 +82,7 @@ presubmits: - name: CSI_PROW_KUBERNETES_VERSION value: "latest" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_SNAPSHOTTER_VERSION @@ -99,7 +99,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-external-provisioner-1-31-on-kubernetes-1-31 + - name: pull-kubernetes-csi-external-provisioner-1-32-on-kubernetes-1-32 cluster: eks-prow-build-cluster always_run: true optional: false @@ -112,12 +112,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-external-provisioner - testgrid-tab-name: 1-31-on-kubernetes-1-31 - description: Kubernetes-CSI pull job in repo external-provisioner for non-alpha tests, using deployment 1.31 on Kubernetes 1.31 + testgrid-tab-name: 1-32-on-kubernetes-1-32 + description: Kubernetes-CSI pull job in repo external-provisioner for non-alpha tests, using deployment 1.32 on Kubernetes 1.32 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -129,13 +129,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.31.0" + value: "1.32.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.31" + value: "1.32" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -150,7 +150,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-external-provisioner-1-31-on-kubernetes-master + - name: pull-kubernetes-csi-external-provisioner-1-32-on-kubernetes-master # Explicitly needs to be started with /test. # This cannot be enabled by default because there's always the risk # that something changes in master which breaks the pre-merge check. @@ -165,12 +165,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-external-provisioner - testgrid-tab-name: 1-31-on-kubernetes-master - description: Kubernetes-CSI pull job in repo external-provisioner for non-alpha tests, using deployment 1.31 on Kubernetes master + testgrid-tab-name: 1-32-on-kubernetes-master + description: Kubernetes-CSI pull job in repo external-provisioner for non-alpha tests, using deployment 1.32 on Kubernetes master spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -179,7 +179,7 @@ presubmits: - name: CSI_PROW_KUBERNETES_VERSION value: "latest" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_SNAPSHOTTER_VERSION @@ -196,7 +196,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-external-provisioner-1-32-on-kubernetes-1-32 + - name: pull-kubernetes-csi-external-provisioner-1-33-on-kubernetes-1-33 cluster: eks-prow-build-cluster always_run: true optional: true @@ -209,12 +209,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-external-provisioner - testgrid-tab-name: 1-32-on-kubernetes-1-32 - description: Kubernetes-CSI pull job in repo external-provisioner for non-alpha tests, using deployment 1.32 on Kubernetes 1.32 + testgrid-tab-name: 1-33-on-kubernetes-1-33 + description: Kubernetes-CSI pull job in repo external-provisioner for non-alpha tests, using deployment 1.33 on Kubernetes 1.33 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -226,13 +226,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.32.0" + value: "1.33.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.32" + value: "1.33" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -247,7 +247,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-external-provisioner-1-32-on-kubernetes-master + - name: pull-kubernetes-csi-external-provisioner-1-33-on-kubernetes-master # Explicitly needs to be started with /test. # This cannot be enabled by default because there's always the risk # that something changes in master which breaks the pre-merge check. @@ -262,12 +262,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-external-provisioner - testgrid-tab-name: 1-32-on-kubernetes-master - description: Kubernetes-CSI pull job in repo external-provisioner for non-alpha tests, using deployment 1.32 on Kubernetes master + testgrid-tab-name: 1-33-on-kubernetes-master + description: Kubernetes-CSI pull job in repo external-provisioner for non-alpha tests, using deployment 1.33 on Kubernetes master spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -276,7 +276,7 @@ presubmits: - name: CSI_PROW_KUBERNETES_VERSION value: "latest" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_SNAPSHOTTER_VERSION @@ -293,7 +293,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-external-provisioner-alpha-1-31-on-kubernetes-1-31 + - name: pull-kubernetes-csi-external-provisioner-alpha-1-32-on-kubernetes-1-32 cluster: eks-prow-build-cluster always_run: false optional: true @@ -306,12 +306,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-external-provisioner - testgrid-tab-name: alpha-1-31-on-kubernetes-1-31 - description: Kubernetes-CSI pull job in repo external-provisioner for alpha tests, using deployment 1.31 on Kubernetes 1.31 + testgrid-tab-name: alpha-1-32-on-kubernetes-1-32 + description: Kubernetes-CSI pull job in repo external-provisioner for alpha tests, using deployment 1.32 on Kubernetes 1.32 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -323,13 +323,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.31.0" + value: "1.32.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.31" + value: "1.32" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -361,7 +361,7 @@ presubmits: spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -397,7 +397,7 @@ presubmits: spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: diff --git a/config/jobs/kubernetes-csi/external-resizer/external-resizer-config.yaml b/config/jobs/kubernetes-csi/external-resizer/external-resizer-config.yaml index 24d1a781b5ce..71d8030e5e5a 100644 --- a/config/jobs/kubernetes-csi/external-resizer/external-resizer-config.yaml +++ b/config/jobs/kubernetes-csi/external-resizer/external-resizer-config.yaml @@ -2,7 +2,7 @@ presubmits: kubernetes-csi/external-resizer: - - name: pull-kubernetes-csi-external-resizer-1-30-on-kubernetes-1-30 + - name: pull-kubernetes-csi-external-resizer-1-31-on-kubernetes-1-31 cluster: eks-prow-build-cluster always_run: true optional: false @@ -15,12 +15,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-external-resizer - testgrid-tab-name: 1-30-on-kubernetes-1-30 - description: Kubernetes-CSI pull job in repo external-resizer for non-alpha tests, using deployment 1.30 on Kubernetes 1.30 + testgrid-tab-name: 1-31-on-kubernetes-1-31 + description: Kubernetes-CSI pull job in repo external-resizer for non-alpha tests, using deployment 1.31 on Kubernetes 1.31 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -32,13 +32,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.30.0" + value: "1.31.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.30" + value: "1.31" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -53,7 +53,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-external-resizer-1-30-on-kubernetes-master + - name: pull-kubernetes-csi-external-resizer-1-31-on-kubernetes-master # Explicitly needs to be started with /test. # This cannot be enabled by default because there's always the risk # that something changes in master which breaks the pre-merge check. @@ -68,12 +68,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-external-resizer - testgrid-tab-name: 1-30-on-kubernetes-master - description: Kubernetes-CSI pull job in repo external-resizer for non-alpha tests, using deployment 1.30 on Kubernetes master + testgrid-tab-name: 1-31-on-kubernetes-master + description: Kubernetes-CSI pull job in repo external-resizer for non-alpha tests, using deployment 1.31 on Kubernetes master spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -82,7 +82,7 @@ presubmits: - name: CSI_PROW_KUBERNETES_VERSION value: "latest" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_SNAPSHOTTER_VERSION @@ -99,7 +99,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-external-resizer-1-31-on-kubernetes-1-31 + - name: pull-kubernetes-csi-external-resizer-1-32-on-kubernetes-1-32 cluster: eks-prow-build-cluster always_run: true optional: false @@ -112,12 +112,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-external-resizer - testgrid-tab-name: 1-31-on-kubernetes-1-31 - description: Kubernetes-CSI pull job in repo external-resizer for non-alpha tests, using deployment 1.31 on Kubernetes 1.31 + testgrid-tab-name: 1-32-on-kubernetes-1-32 + description: Kubernetes-CSI pull job in repo external-resizer for non-alpha tests, using deployment 1.32 on Kubernetes 1.32 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -129,13 +129,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.31.0" + value: "1.32.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.31" + value: "1.32" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -150,7 +150,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-external-resizer-1-31-on-kubernetes-master + - name: pull-kubernetes-csi-external-resizer-1-32-on-kubernetes-master # Explicitly needs to be started with /test. # This cannot be enabled by default because there's always the risk # that something changes in master which breaks the pre-merge check. @@ -165,12 +165,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-external-resizer - testgrid-tab-name: 1-31-on-kubernetes-master - description: Kubernetes-CSI pull job in repo external-resizer for non-alpha tests, using deployment 1.31 on Kubernetes master + testgrid-tab-name: 1-32-on-kubernetes-master + description: Kubernetes-CSI pull job in repo external-resizer for non-alpha tests, using deployment 1.32 on Kubernetes master spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -179,7 +179,7 @@ presubmits: - name: CSI_PROW_KUBERNETES_VERSION value: "latest" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_SNAPSHOTTER_VERSION @@ -196,7 +196,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-external-resizer-1-32-on-kubernetes-1-32 + - name: pull-kubernetes-csi-external-resizer-1-33-on-kubernetes-1-33 cluster: eks-prow-build-cluster always_run: true optional: true @@ -209,12 +209,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-external-resizer - testgrid-tab-name: 1-32-on-kubernetes-1-32 - description: Kubernetes-CSI pull job in repo external-resizer for non-alpha tests, using deployment 1.32 on Kubernetes 1.32 + testgrid-tab-name: 1-33-on-kubernetes-1-33 + description: Kubernetes-CSI pull job in repo external-resizer for non-alpha tests, using deployment 1.33 on Kubernetes 1.33 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -226,13 +226,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.32.0" + value: "1.33.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.32" + value: "1.33" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -247,7 +247,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-external-resizer-1-32-on-kubernetes-master + - name: pull-kubernetes-csi-external-resizer-1-33-on-kubernetes-master # Explicitly needs to be started with /test. # This cannot be enabled by default because there's always the risk # that something changes in master which breaks the pre-merge check. @@ -262,12 +262,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-external-resizer - testgrid-tab-name: 1-32-on-kubernetes-master - description: Kubernetes-CSI pull job in repo external-resizer for non-alpha tests, using deployment 1.32 on Kubernetes master + testgrid-tab-name: 1-33-on-kubernetes-master + description: Kubernetes-CSI pull job in repo external-resizer for non-alpha tests, using deployment 1.33 on Kubernetes master spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -276,7 +276,7 @@ presubmits: - name: CSI_PROW_KUBERNETES_VERSION value: "latest" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_SNAPSHOTTER_VERSION @@ -293,7 +293,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-external-resizer-alpha-1-31-on-kubernetes-1-31 + - name: pull-kubernetes-csi-external-resizer-alpha-1-32-on-kubernetes-1-32 cluster: eks-prow-build-cluster always_run: false optional: true @@ -306,12 +306,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-external-resizer - testgrid-tab-name: alpha-1-31-on-kubernetes-1-31 - description: Kubernetes-CSI pull job in repo external-resizer for alpha tests, using deployment 1.31 on Kubernetes 1.31 + testgrid-tab-name: alpha-1-32-on-kubernetes-1-32 + description: Kubernetes-CSI pull job in repo external-resizer for alpha tests, using deployment 1.32 on Kubernetes 1.32 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -323,13 +323,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.31.0" + value: "1.32.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.31" + value: "1.32" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -361,7 +361,7 @@ presubmits: spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -397,7 +397,7 @@ presubmits: spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: diff --git a/config/jobs/kubernetes-csi/external-snapshot-metadata/external-snapshot-metadata-config.yaml b/config/jobs/kubernetes-csi/external-snapshot-metadata/external-snapshot-metadata-config.yaml index 13bd255edb7b..d4c5c02598b0 100644 --- a/config/jobs/kubernetes-csi/external-snapshot-metadata/external-snapshot-metadata-config.yaml +++ b/config/jobs/kubernetes-csi/external-snapshot-metadata/external-snapshot-metadata-config.yaml @@ -2,7 +2,7 @@ presubmits: kubernetes-csi/external-snapshot-metadata: - - name: pull-kubernetes-csi-external-snapshot-metadata-1-30-on-kubernetes-1-30 + - name: pull-kubernetes-csi-external-snapshot-metadata-1-31-on-kubernetes-1-31 cluster: eks-prow-build-cluster always_run: true optional: false @@ -15,12 +15,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-external-snapshot-metadata - testgrid-tab-name: 1-30-on-kubernetes-1-30 - description: Kubernetes-CSI pull job in repo external-snapshot-metadata for non-alpha tests, using deployment 1.30 on Kubernetes 1.30 + testgrid-tab-name: 1-31-on-kubernetes-1-31 + description: Kubernetes-CSI pull job in repo external-snapshot-metadata for non-alpha tests, using deployment 1.31 on Kubernetes 1.31 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -32,13 +32,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.30.0" + value: "1.31.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.30" + value: "1.31" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -53,7 +53,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-external-snapshot-metadata-1-30-on-kubernetes-master + - name: pull-kubernetes-csi-external-snapshot-metadata-1-31-on-kubernetes-master # Explicitly needs to be started with /test. # This cannot be enabled by default because there's always the risk # that something changes in master which breaks the pre-merge check. @@ -68,12 +68,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-external-snapshot-metadata - testgrid-tab-name: 1-30-on-kubernetes-master - description: Kubernetes-CSI pull job in repo external-snapshot-metadata for non-alpha tests, using deployment 1.30 on Kubernetes master + testgrid-tab-name: 1-31-on-kubernetes-master + description: Kubernetes-CSI pull job in repo external-snapshot-metadata for non-alpha tests, using deployment 1.31 on Kubernetes master spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -82,7 +82,7 @@ presubmits: - name: CSI_PROW_KUBERNETES_VERSION value: "latest" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_SNAPSHOTTER_VERSION @@ -99,7 +99,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-external-snapshot-metadata-1-31-on-kubernetes-1-31 + - name: pull-kubernetes-csi-external-snapshot-metadata-1-32-on-kubernetes-1-32 cluster: eks-prow-build-cluster always_run: true optional: false @@ -112,12 +112,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-external-snapshot-metadata - testgrid-tab-name: 1-31-on-kubernetes-1-31 - description: Kubernetes-CSI pull job in repo external-snapshot-metadata for non-alpha tests, using deployment 1.31 on Kubernetes 1.31 + testgrid-tab-name: 1-32-on-kubernetes-1-32 + description: Kubernetes-CSI pull job in repo external-snapshot-metadata for non-alpha tests, using deployment 1.32 on Kubernetes 1.32 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -129,13 +129,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.31.0" + value: "1.32.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.31" + value: "1.32" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -150,7 +150,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-external-snapshot-metadata-1-31-on-kubernetes-master + - name: pull-kubernetes-csi-external-snapshot-metadata-1-32-on-kubernetes-master # Explicitly needs to be started with /test. # This cannot be enabled by default because there's always the risk # that something changes in master which breaks the pre-merge check. @@ -165,12 +165,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-external-snapshot-metadata - testgrid-tab-name: 1-31-on-kubernetes-master - description: Kubernetes-CSI pull job in repo external-snapshot-metadata for non-alpha tests, using deployment 1.31 on Kubernetes master + testgrid-tab-name: 1-32-on-kubernetes-master + description: Kubernetes-CSI pull job in repo external-snapshot-metadata for non-alpha tests, using deployment 1.32 on Kubernetes master spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -179,7 +179,7 @@ presubmits: - name: CSI_PROW_KUBERNETES_VERSION value: "latest" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_SNAPSHOTTER_VERSION @@ -196,7 +196,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-external-snapshot-metadata-1-32-on-kubernetes-1-32 + - name: pull-kubernetes-csi-external-snapshot-metadata-1-33-on-kubernetes-1-33 cluster: eks-prow-build-cluster always_run: true optional: true @@ -209,12 +209,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-external-snapshot-metadata - testgrid-tab-name: 1-32-on-kubernetes-1-32 - description: Kubernetes-CSI pull job in repo external-snapshot-metadata for non-alpha tests, using deployment 1.32 on Kubernetes 1.32 + testgrid-tab-name: 1-33-on-kubernetes-1-33 + description: Kubernetes-CSI pull job in repo external-snapshot-metadata for non-alpha tests, using deployment 1.33 on Kubernetes 1.33 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -226,13 +226,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.32.0" + value: "1.33.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.32" + value: "1.33" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -247,7 +247,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-external-snapshot-metadata-1-32-on-kubernetes-master + - name: pull-kubernetes-csi-external-snapshot-metadata-1-33-on-kubernetes-master # Explicitly needs to be started with /test. # This cannot be enabled by default because there's always the risk # that something changes in master which breaks the pre-merge check. @@ -262,12 +262,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-external-snapshot-metadata - testgrid-tab-name: 1-32-on-kubernetes-master - description: Kubernetes-CSI pull job in repo external-snapshot-metadata for non-alpha tests, using deployment 1.32 on Kubernetes master + testgrid-tab-name: 1-33-on-kubernetes-master + description: Kubernetes-CSI pull job in repo external-snapshot-metadata for non-alpha tests, using deployment 1.33 on Kubernetes master spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -276,7 +276,7 @@ presubmits: - name: CSI_PROW_KUBERNETES_VERSION value: "latest" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_SNAPSHOTTER_VERSION @@ -293,7 +293,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-external-snapshot-metadata-alpha-1-31-on-kubernetes-1-31 + - name: pull-kubernetes-csi-external-snapshot-metadata-alpha-1-32-on-kubernetes-1-32 cluster: eks-prow-build-cluster always_run: false optional: true @@ -306,12 +306,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-external-snapshot-metadata - testgrid-tab-name: alpha-1-31-on-kubernetes-1-31 - description: Kubernetes-CSI pull job in repo external-snapshot-metadata for alpha tests, using deployment 1.31 on Kubernetes 1.31 + testgrid-tab-name: alpha-1-32-on-kubernetes-1-32 + description: Kubernetes-CSI pull job in repo external-snapshot-metadata for alpha tests, using deployment 1.32 on Kubernetes 1.32 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -323,13 +323,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.31.0" + value: "1.32.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.31" + value: "1.32" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -361,7 +361,7 @@ presubmits: spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -397,7 +397,7 @@ presubmits: spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: diff --git a/config/jobs/kubernetes-csi/external-snapshotter/external-snapshotter-config.yaml b/config/jobs/kubernetes-csi/external-snapshotter/external-snapshotter-config.yaml index 7c3b3ed038e9..ac3f45648d4b 100644 --- a/config/jobs/kubernetes-csi/external-snapshotter/external-snapshotter-config.yaml +++ b/config/jobs/kubernetes-csi/external-snapshotter/external-snapshotter-config.yaml @@ -2,7 +2,7 @@ presubmits: kubernetes-csi/external-snapshotter: - - name: pull-kubernetes-csi-external-snapshotter-1-30-on-kubernetes-1-30 + - name: pull-kubernetes-csi-external-snapshotter-1-31-on-kubernetes-1-31 cluster: eks-prow-build-cluster always_run: true optional: false @@ -15,12 +15,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-external-snapshotter - testgrid-tab-name: 1-30-on-kubernetes-1-30 - description: Kubernetes-CSI pull job in repo external-snapshotter for non-alpha tests, using deployment 1.30 on Kubernetes 1.30 + testgrid-tab-name: 1-31-on-kubernetes-1-31 + description: Kubernetes-CSI pull job in repo external-snapshotter for non-alpha tests, using deployment 1.31 on Kubernetes 1.31 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -32,13 +32,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.30.0" + value: "1.31.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.30" + value: "1.31" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -53,7 +53,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-external-snapshotter-1-30-on-kubernetes-master + - name: pull-kubernetes-csi-external-snapshotter-1-31-on-kubernetes-master # Explicitly needs to be started with /test. # This cannot be enabled by default because there's always the risk # that something changes in master which breaks the pre-merge check. @@ -68,12 +68,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-external-snapshotter - testgrid-tab-name: 1-30-on-kubernetes-master - description: Kubernetes-CSI pull job in repo external-snapshotter for non-alpha tests, using deployment 1.30 on Kubernetes master + testgrid-tab-name: 1-31-on-kubernetes-master + description: Kubernetes-CSI pull job in repo external-snapshotter for non-alpha tests, using deployment 1.31 on Kubernetes master spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -82,7 +82,7 @@ presubmits: - name: CSI_PROW_KUBERNETES_VERSION value: "latest" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_SNAPSHOTTER_VERSION @@ -99,7 +99,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-external-snapshotter-1-31-on-kubernetes-1-31 + - name: pull-kubernetes-csi-external-snapshotter-1-32-on-kubernetes-1-32 cluster: eks-prow-build-cluster always_run: true optional: false @@ -112,12 +112,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-external-snapshotter - testgrid-tab-name: 1-31-on-kubernetes-1-31 - description: Kubernetes-CSI pull job in repo external-snapshotter for non-alpha tests, using deployment 1.31 on Kubernetes 1.31 + testgrid-tab-name: 1-32-on-kubernetes-1-32 + description: Kubernetes-CSI pull job in repo external-snapshotter for non-alpha tests, using deployment 1.32 on Kubernetes 1.32 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -129,13 +129,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.31.0" + value: "1.32.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.31" + value: "1.32" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -150,7 +150,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-external-snapshotter-1-31-on-kubernetes-master + - name: pull-kubernetes-csi-external-snapshotter-1-32-on-kubernetes-master # Explicitly needs to be started with /test. # This cannot be enabled by default because there's always the risk # that something changes in master which breaks the pre-merge check. @@ -165,12 +165,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-external-snapshotter - testgrid-tab-name: 1-31-on-kubernetes-master - description: Kubernetes-CSI pull job in repo external-snapshotter for non-alpha tests, using deployment 1.31 on Kubernetes master + testgrid-tab-name: 1-32-on-kubernetes-master + description: Kubernetes-CSI pull job in repo external-snapshotter for non-alpha tests, using deployment 1.32 on Kubernetes master spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -179,7 +179,7 @@ presubmits: - name: CSI_PROW_KUBERNETES_VERSION value: "latest" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_SNAPSHOTTER_VERSION @@ -196,7 +196,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-external-snapshotter-1-32-on-kubernetes-1-32 + - name: pull-kubernetes-csi-external-snapshotter-1-33-on-kubernetes-1-33 cluster: eks-prow-build-cluster always_run: true optional: true @@ -209,12 +209,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-external-snapshotter - testgrid-tab-name: 1-32-on-kubernetes-1-32 - description: Kubernetes-CSI pull job in repo external-snapshotter for non-alpha tests, using deployment 1.32 on Kubernetes 1.32 + testgrid-tab-name: 1-33-on-kubernetes-1-33 + description: Kubernetes-CSI pull job in repo external-snapshotter for non-alpha tests, using deployment 1.33 on Kubernetes 1.33 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -226,13 +226,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.32.0" + value: "1.33.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.32" + value: "1.33" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -247,7 +247,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-external-snapshotter-1-32-on-kubernetes-master + - name: pull-kubernetes-csi-external-snapshotter-1-33-on-kubernetes-master # Explicitly needs to be started with /test. # This cannot be enabled by default because there's always the risk # that something changes in master which breaks the pre-merge check. @@ -262,12 +262,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-external-snapshotter - testgrid-tab-name: 1-32-on-kubernetes-master - description: Kubernetes-CSI pull job in repo external-snapshotter for non-alpha tests, using deployment 1.32 on Kubernetes master + testgrid-tab-name: 1-33-on-kubernetes-master + description: Kubernetes-CSI pull job in repo external-snapshotter for non-alpha tests, using deployment 1.33 on Kubernetes master spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -276,7 +276,7 @@ presubmits: - name: CSI_PROW_KUBERNETES_VERSION value: "latest" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_SNAPSHOTTER_VERSION @@ -293,7 +293,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-external-snapshotter-alpha-1-31-on-kubernetes-1-31 + - name: pull-kubernetes-csi-external-snapshotter-alpha-1-32-on-kubernetes-1-32 cluster: eks-prow-build-cluster always_run: false optional: true @@ -306,12 +306,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-external-snapshotter - testgrid-tab-name: alpha-1-31-on-kubernetes-1-31 - description: Kubernetes-CSI pull job in repo external-snapshotter for alpha tests, using deployment 1.31 on Kubernetes 1.31 + testgrid-tab-name: alpha-1-32-on-kubernetes-1-32 + description: Kubernetes-CSI pull job in repo external-snapshotter for alpha tests, using deployment 1.32 on Kubernetes 1.32 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -323,13 +323,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.31.0" + value: "1.32.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.31" + value: "1.32" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -361,7 +361,7 @@ presubmits: spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -397,7 +397,7 @@ presubmits: spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: diff --git a/config/jobs/kubernetes-csi/gen-jobs.sh b/config/jobs/kubernetes-csi/gen-jobs.sh index 266ac2720b19..2a59f839e876 100755 --- a/config/jobs/kubernetes-csi/gen-jobs.sh +++ b/config/jobs/kubernetes-csi/gen-jobs.sh @@ -24,26 +24,26 @@ base="$(dirname $0)" # irrelevant because the prow.sh script will pick a suitable KinD # image or build from source. k8s_versions=" -1.30 1.31 1.32 +1.33 " # All the deployment versions we're testing. deployment_versions=" -1.30 1.31 1.32 +1.33 " # The experimental version for which jobs are optional. -experimental_k8s_version="1.32" +experimental_k8s_version="1.33" # The latest stable Kubernetes version for testing alpha jobs -latest_stable_k8s_version="1.31" +latest_stable_k8s_version="1.32" # Tag of the hostpath driver we should use for sidecar pull jobs -hostpath_driver_version="v1.15.0" +hostpath_driver_version="v1.17.0" # We need this image because it has Docker in Docker and go. dind_image="gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master" diff --git a/config/jobs/kubernetes-csi/lib-volume-populator/lib-volume-populator-config.yaml b/config/jobs/kubernetes-csi/lib-volume-populator/lib-volume-populator-config.yaml index 372ebb9cd093..74625a6c7e02 100644 --- a/config/jobs/kubernetes-csi/lib-volume-populator/lib-volume-populator-config.yaml +++ b/config/jobs/kubernetes-csi/lib-volume-populator/lib-volume-populator-config.yaml @@ -2,7 +2,7 @@ presubmits: kubernetes-csi/lib-volume-populator: - - name: pull-kubernetes-csi-lib-volume-populator-1-30-on-kubernetes-1-30 + - name: pull-kubernetes-csi-lib-volume-populator-1-31-on-kubernetes-1-31 cluster: eks-prow-build-cluster always_run: true optional: false @@ -15,12 +15,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-lib-volume-populator - testgrid-tab-name: 1-30-on-kubernetes-1-30 - description: Kubernetes-CSI pull job in repo lib-volume-populator for non-alpha tests, using deployment 1.30 on Kubernetes 1.30 + testgrid-tab-name: 1-31-on-kubernetes-1-31 + description: Kubernetes-CSI pull job in repo lib-volume-populator for non-alpha tests, using deployment 1.31 on Kubernetes 1.31 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -32,13 +32,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.30.0" + value: "1.31.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.30" + value: "1.31" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -53,12 +53,12 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-lib-volume-populator-1-30-on-kubernetes-master + - name: pull-kubernetes-csi-lib-volume-populator-1-31-on-kubernetes-master # Explicitly needs to be started with /test. # This cannot be enabled by default because there's always the risk # that something changes in master which breaks the pre-merge check. cluster: eks-prow-build-cluster - always_run: true + always_run: false optional: true decorate: true skip_report: false @@ -68,12 +68,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-lib-volume-populator - testgrid-tab-name: 1-30-on-kubernetes-master - description: Kubernetes-CSI pull job in repo lib-volume-populator for non-alpha tests, using deployment 1.30 on Kubernetes master + testgrid-tab-name: 1-31-on-kubernetes-master + description: Kubernetes-CSI pull job in repo lib-volume-populator for non-alpha tests, using deployment 1.31 on Kubernetes master spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -82,7 +82,7 @@ presubmits: - name: CSI_PROW_KUBERNETES_VERSION value: "latest" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_SNAPSHOTTER_VERSION @@ -99,7 +99,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-lib-volume-populator-1-31-on-kubernetes-1-31 + - name: pull-kubernetes-csi-lib-volume-populator-1-32-on-kubernetes-1-32 cluster: eks-prow-build-cluster always_run: true optional: false @@ -112,12 +112,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-lib-volume-populator - testgrid-tab-name: 1-31-on-kubernetes-1-31 - description: Kubernetes-CSI pull job in repo lib-volume-populator for non-alpha tests, using deployment 1.31 on Kubernetes 1.31 + testgrid-tab-name: 1-32-on-kubernetes-1-32 + description: Kubernetes-CSI pull job in repo lib-volume-populator for non-alpha tests, using deployment 1.32 on Kubernetes 1.32 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -129,13 +129,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.31.0" + value: "1.32.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.31" + value: "1.32" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -150,12 +150,12 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-lib-volume-populator-1-31-on-kubernetes-master + - name: pull-kubernetes-csi-lib-volume-populator-1-32-on-kubernetes-master # Explicitly needs to be started with /test. # This cannot be enabled by default because there's always the risk # that something changes in master which breaks the pre-merge check. cluster: eks-prow-build-cluster - always_run: true + always_run: false optional: true decorate: true skip_report: false @@ -165,12 +165,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-lib-volume-populator - testgrid-tab-name: 1-31-on-kubernetes-master - description: Kubernetes-CSI pull job in repo lib-volume-populator for non-alpha tests, using deployment 1.31 on Kubernetes master + testgrid-tab-name: 1-32-on-kubernetes-master + description: Kubernetes-CSI pull job in repo lib-volume-populator for non-alpha tests, using deployment 1.32 on Kubernetes master spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -179,7 +179,7 @@ presubmits: - name: CSI_PROW_KUBERNETES_VERSION value: "latest" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_SNAPSHOTTER_VERSION @@ -196,7 +196,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-lib-volume-populator-1-32-on-kubernetes-1-32 + - name: pull-kubernetes-csi-lib-volume-populator-1-33-on-kubernetes-1-33 cluster: eks-prow-build-cluster always_run: true optional: true @@ -209,12 +209,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-lib-volume-populator - testgrid-tab-name: 1-32-on-kubernetes-1-32 - description: Kubernetes-CSI pull job in repo lib-volume-populator for non-alpha tests, using deployment 1.32 on Kubernetes 1.32 + testgrid-tab-name: 1-33-on-kubernetes-1-33 + description: Kubernetes-CSI pull job in repo lib-volume-populator for non-alpha tests, using deployment 1.33 on Kubernetes 1.33 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -226,13 +226,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.32.0" + value: "1.33.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.32" + value: "1.33" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -247,12 +247,12 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-lib-volume-populator-1-32-on-kubernetes-master + - name: pull-kubernetes-csi-lib-volume-populator-1-33-on-kubernetes-master # Explicitly needs to be started with /test. # This cannot be enabled by default because there's always the risk # that something changes in master which breaks the pre-merge check. cluster: eks-prow-build-cluster - always_run: true + always_run: false optional: true decorate: true skip_report: false @@ -262,12 +262,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-lib-volume-populator - testgrid-tab-name: 1-32-on-kubernetes-master - description: Kubernetes-CSI pull job in repo lib-volume-populator for non-alpha tests, using deployment 1.32 on Kubernetes master + testgrid-tab-name: 1-33-on-kubernetes-master + description: Kubernetes-CSI pull job in repo lib-volume-populator for non-alpha tests, using deployment 1.33 on Kubernetes master spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -276,7 +276,7 @@ presubmits: - name: CSI_PROW_KUBERNETES_VERSION value: "latest" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_SNAPSHOTTER_VERSION @@ -293,9 +293,9 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-lib-volume-populator-alpha-1-31-on-kubernetes-1-31 + - name: pull-kubernetes-csi-lib-volume-populator-alpha-1-32-on-kubernetes-1-32 cluster: eks-prow-build-cluster - always_run: true + always_run: false optional: true decorate: true skip_report: false @@ -306,12 +306,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-lib-volume-populator - testgrid-tab-name: alpha-1-31-on-kubernetes-1-31 - description: Kubernetes-CSI pull job in repo lib-volume-populator for alpha tests, using deployment 1.31 on Kubernetes 1.31 + testgrid-tab-name: alpha-1-32-on-kubernetes-1-32 + description: Kubernetes-CSI pull job in repo lib-volume-populator for alpha tests, using deployment 1.32 on Kubernetes 1.32 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -323,13 +323,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.31.0" + value: "1.32.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.31" + value: "1.32" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -361,7 +361,7 @@ presubmits: spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -397,7 +397,7 @@ presubmits: spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: diff --git a/config/jobs/kubernetes-csi/livenessprobe/livenessprobe-config.yaml b/config/jobs/kubernetes-csi/livenessprobe/livenessprobe-config.yaml index 57f2af2a5029..f884e393f20f 100644 --- a/config/jobs/kubernetes-csi/livenessprobe/livenessprobe-config.yaml +++ b/config/jobs/kubernetes-csi/livenessprobe/livenessprobe-config.yaml @@ -2,7 +2,7 @@ presubmits: kubernetes-csi/livenessprobe: - - name: pull-kubernetes-csi-livenessprobe-1-30-on-kubernetes-1-30 + - name: pull-kubernetes-csi-livenessprobe-1-31-on-kubernetes-1-31 cluster: eks-prow-build-cluster always_run: true optional: false @@ -15,12 +15,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-livenessprobe - testgrid-tab-name: 1-30-on-kubernetes-1-30 - description: Kubernetes-CSI pull job in repo livenessprobe for non-alpha tests, using deployment 1.30 on Kubernetes 1.30 + testgrid-tab-name: 1-31-on-kubernetes-1-31 + description: Kubernetes-CSI pull job in repo livenessprobe for non-alpha tests, using deployment 1.31 on Kubernetes 1.31 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -32,13 +32,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.30.0" + value: "1.31.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.30" + value: "1.31" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -53,7 +53,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-livenessprobe-1-30-on-kubernetes-master + - name: pull-kubernetes-csi-livenessprobe-1-31-on-kubernetes-master # Explicitly needs to be started with /test. # This cannot be enabled by default because there's always the risk # that something changes in master which breaks the pre-merge check. @@ -68,12 +68,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-livenessprobe - testgrid-tab-name: 1-30-on-kubernetes-master - description: Kubernetes-CSI pull job in repo livenessprobe for non-alpha tests, using deployment 1.30 on Kubernetes master + testgrid-tab-name: 1-31-on-kubernetes-master + description: Kubernetes-CSI pull job in repo livenessprobe for non-alpha tests, using deployment 1.31 on Kubernetes master spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -82,7 +82,7 @@ presubmits: - name: CSI_PROW_KUBERNETES_VERSION value: "latest" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_SNAPSHOTTER_VERSION @@ -99,7 +99,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-livenessprobe-1-31-on-kubernetes-1-31 + - name: pull-kubernetes-csi-livenessprobe-1-32-on-kubernetes-1-32 cluster: eks-prow-build-cluster always_run: true optional: false @@ -112,12 +112,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-livenessprobe - testgrid-tab-name: 1-31-on-kubernetes-1-31 - description: Kubernetes-CSI pull job in repo livenessprobe for non-alpha tests, using deployment 1.31 on Kubernetes 1.31 + testgrid-tab-name: 1-32-on-kubernetes-1-32 + description: Kubernetes-CSI pull job in repo livenessprobe for non-alpha tests, using deployment 1.32 on Kubernetes 1.32 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -129,13 +129,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.31.0" + value: "1.32.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.31" + value: "1.32" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -150,7 +150,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-livenessprobe-1-31-on-kubernetes-master + - name: pull-kubernetes-csi-livenessprobe-1-32-on-kubernetes-master # Explicitly needs to be started with /test. # This cannot be enabled by default because there's always the risk # that something changes in master which breaks the pre-merge check. @@ -165,12 +165,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-livenessprobe - testgrid-tab-name: 1-31-on-kubernetes-master - description: Kubernetes-CSI pull job in repo livenessprobe for non-alpha tests, using deployment 1.31 on Kubernetes master + testgrid-tab-name: 1-32-on-kubernetes-master + description: Kubernetes-CSI pull job in repo livenessprobe for non-alpha tests, using deployment 1.32 on Kubernetes master spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -179,7 +179,7 @@ presubmits: - name: CSI_PROW_KUBERNETES_VERSION value: "latest" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_SNAPSHOTTER_VERSION @@ -196,7 +196,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-livenessprobe-1-32-on-kubernetes-1-32 + - name: pull-kubernetes-csi-livenessprobe-1-33-on-kubernetes-1-33 cluster: eks-prow-build-cluster always_run: true optional: true @@ -209,12 +209,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-livenessprobe - testgrid-tab-name: 1-32-on-kubernetes-1-32 - description: Kubernetes-CSI pull job in repo livenessprobe for non-alpha tests, using deployment 1.32 on Kubernetes 1.32 + testgrid-tab-name: 1-33-on-kubernetes-1-33 + description: Kubernetes-CSI pull job in repo livenessprobe for non-alpha tests, using deployment 1.33 on Kubernetes 1.33 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -226,13 +226,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.32.0" + value: "1.33.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.32" + value: "1.33" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -247,7 +247,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-livenessprobe-1-32-on-kubernetes-master + - name: pull-kubernetes-csi-livenessprobe-1-33-on-kubernetes-master # Explicitly needs to be started with /test. # This cannot be enabled by default because there's always the risk # that something changes in master which breaks the pre-merge check. @@ -262,12 +262,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-livenessprobe - testgrid-tab-name: 1-32-on-kubernetes-master - description: Kubernetes-CSI pull job in repo livenessprobe for non-alpha tests, using deployment 1.32 on Kubernetes master + testgrid-tab-name: 1-33-on-kubernetes-master + description: Kubernetes-CSI pull job in repo livenessprobe for non-alpha tests, using deployment 1.33 on Kubernetes master spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -276,7 +276,7 @@ presubmits: - name: CSI_PROW_KUBERNETES_VERSION value: "latest" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_SNAPSHOTTER_VERSION @@ -293,7 +293,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-livenessprobe-alpha-1-31-on-kubernetes-1-31 + - name: pull-kubernetes-csi-livenessprobe-alpha-1-32-on-kubernetes-1-32 cluster: eks-prow-build-cluster always_run: false optional: true @@ -306,12 +306,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-livenessprobe - testgrid-tab-name: alpha-1-31-on-kubernetes-1-31 - description: Kubernetes-CSI pull job in repo livenessprobe for alpha tests, using deployment 1.31 on Kubernetes 1.31 + testgrid-tab-name: alpha-1-32-on-kubernetes-1-32 + description: Kubernetes-CSI pull job in repo livenessprobe for alpha tests, using deployment 1.32 on Kubernetes 1.32 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -323,13 +323,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.31.0" + value: "1.32.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.31" + value: "1.32" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -361,7 +361,7 @@ presubmits: spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -397,7 +397,7 @@ presubmits: spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: diff --git a/config/jobs/kubernetes-csi/node-driver-registrar/node-driver-registrar-config.yaml b/config/jobs/kubernetes-csi/node-driver-registrar/node-driver-registrar-config.yaml index bf0801ee209e..bfc452ff2996 100644 --- a/config/jobs/kubernetes-csi/node-driver-registrar/node-driver-registrar-config.yaml +++ b/config/jobs/kubernetes-csi/node-driver-registrar/node-driver-registrar-config.yaml @@ -2,7 +2,7 @@ presubmits: kubernetes-csi/node-driver-registrar: - - name: pull-kubernetes-csi-node-driver-registrar-1-30-on-kubernetes-1-30 + - name: pull-kubernetes-csi-node-driver-registrar-1-31-on-kubernetes-1-31 cluster: eks-prow-build-cluster always_run: true optional: false @@ -15,12 +15,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-node-driver-registrar - testgrid-tab-name: 1-30-on-kubernetes-1-30 - description: Kubernetes-CSI pull job in repo node-driver-registrar for non-alpha tests, using deployment 1.30 on Kubernetes 1.30 + testgrid-tab-name: 1-31-on-kubernetes-1-31 + description: Kubernetes-CSI pull job in repo node-driver-registrar for non-alpha tests, using deployment 1.31 on Kubernetes 1.31 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -32,13 +32,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.30.0" + value: "1.31.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.30" + value: "1.31" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -53,7 +53,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-node-driver-registrar-1-30-on-kubernetes-master + - name: pull-kubernetes-csi-node-driver-registrar-1-31-on-kubernetes-master # Explicitly needs to be started with /test. # This cannot be enabled by default because there's always the risk # that something changes in master which breaks the pre-merge check. @@ -68,12 +68,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-node-driver-registrar - testgrid-tab-name: 1-30-on-kubernetes-master - description: Kubernetes-CSI pull job in repo node-driver-registrar for non-alpha tests, using deployment 1.30 on Kubernetes master + testgrid-tab-name: 1-31-on-kubernetes-master + description: Kubernetes-CSI pull job in repo node-driver-registrar for non-alpha tests, using deployment 1.31 on Kubernetes master spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -82,7 +82,7 @@ presubmits: - name: CSI_PROW_KUBERNETES_VERSION value: "latest" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_SNAPSHOTTER_VERSION @@ -99,7 +99,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-node-driver-registrar-1-31-on-kubernetes-1-31 + - name: pull-kubernetes-csi-node-driver-registrar-1-32-on-kubernetes-1-32 cluster: eks-prow-build-cluster always_run: true optional: false @@ -112,12 +112,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-node-driver-registrar - testgrid-tab-name: 1-31-on-kubernetes-1-31 - description: Kubernetes-CSI pull job in repo node-driver-registrar for non-alpha tests, using deployment 1.31 on Kubernetes 1.31 + testgrid-tab-name: 1-32-on-kubernetes-1-32 + description: Kubernetes-CSI pull job in repo node-driver-registrar for non-alpha tests, using deployment 1.32 on Kubernetes 1.32 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -129,13 +129,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.31.0" + value: "1.32.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.31" + value: "1.32" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -150,7 +150,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-node-driver-registrar-1-31-on-kubernetes-master + - name: pull-kubernetes-csi-node-driver-registrar-1-32-on-kubernetes-master # Explicitly needs to be started with /test. # This cannot be enabled by default because there's always the risk # that something changes in master which breaks the pre-merge check. @@ -165,12 +165,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-node-driver-registrar - testgrid-tab-name: 1-31-on-kubernetes-master - description: Kubernetes-CSI pull job in repo node-driver-registrar for non-alpha tests, using deployment 1.31 on Kubernetes master + testgrid-tab-name: 1-32-on-kubernetes-master + description: Kubernetes-CSI pull job in repo node-driver-registrar for non-alpha tests, using deployment 1.32 on Kubernetes master spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -179,7 +179,7 @@ presubmits: - name: CSI_PROW_KUBERNETES_VERSION value: "latest" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_SNAPSHOTTER_VERSION @@ -196,7 +196,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-node-driver-registrar-1-32-on-kubernetes-1-32 + - name: pull-kubernetes-csi-node-driver-registrar-1-33-on-kubernetes-1-33 cluster: eks-prow-build-cluster always_run: true optional: true @@ -209,12 +209,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-node-driver-registrar - testgrid-tab-name: 1-32-on-kubernetes-1-32 - description: Kubernetes-CSI pull job in repo node-driver-registrar for non-alpha tests, using deployment 1.32 on Kubernetes 1.32 + testgrid-tab-name: 1-33-on-kubernetes-1-33 + description: Kubernetes-CSI pull job in repo node-driver-registrar for non-alpha tests, using deployment 1.33 on Kubernetes 1.33 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -226,13 +226,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.32.0" + value: "1.33.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.32" + value: "1.33" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -247,7 +247,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-node-driver-registrar-1-32-on-kubernetes-master + - name: pull-kubernetes-csi-node-driver-registrar-1-33-on-kubernetes-master # Explicitly needs to be started with /test. # This cannot be enabled by default because there's always the risk # that something changes in master which breaks the pre-merge check. @@ -262,12 +262,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-node-driver-registrar - testgrid-tab-name: 1-32-on-kubernetes-master - description: Kubernetes-CSI pull job in repo node-driver-registrar for non-alpha tests, using deployment 1.32 on Kubernetes master + testgrid-tab-name: 1-33-on-kubernetes-master + description: Kubernetes-CSI pull job in repo node-driver-registrar for non-alpha tests, using deployment 1.33 on Kubernetes master spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -276,7 +276,7 @@ presubmits: - name: CSI_PROW_KUBERNETES_VERSION value: "latest" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_SNAPSHOTTER_VERSION @@ -293,7 +293,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-node-driver-registrar-alpha-1-31-on-kubernetes-1-31 + - name: pull-kubernetes-csi-node-driver-registrar-alpha-1-32-on-kubernetes-1-32 cluster: eks-prow-build-cluster always_run: false optional: true @@ -306,12 +306,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-node-driver-registrar - testgrid-tab-name: alpha-1-31-on-kubernetes-1-31 - description: Kubernetes-CSI pull job in repo node-driver-registrar for alpha tests, using deployment 1.31 on Kubernetes 1.31 + testgrid-tab-name: alpha-1-32-on-kubernetes-1-32 + description: Kubernetes-CSI pull job in repo node-driver-registrar for alpha tests, using deployment 1.32 on Kubernetes 1.32 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -323,13 +323,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.31.0" + value: "1.32.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.31" + value: "1.32" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -361,7 +361,7 @@ presubmits: spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -397,7 +397,7 @@ presubmits: spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: diff --git a/config/jobs/kubernetes-csi/volume-data-source-validator/volume-data-source-validator-config.yaml b/config/jobs/kubernetes-csi/volume-data-source-validator/volume-data-source-validator-config.yaml index e99b49cb4b99..e3637989d044 100644 --- a/config/jobs/kubernetes-csi/volume-data-source-validator/volume-data-source-validator-config.yaml +++ b/config/jobs/kubernetes-csi/volume-data-source-validator/volume-data-source-validator-config.yaml @@ -2,7 +2,7 @@ presubmits: kubernetes-csi/volume-data-source-validator: - - name: pull-kubernetes-csi-volume-data-source-validator-1-30-on-kubernetes-1-30 + - name: pull-kubernetes-csi-volume-data-source-validator-1-31-on-kubernetes-1-31 cluster: eks-prow-build-cluster always_run: true optional: false @@ -15,12 +15,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-volume-data-source-validator - testgrid-tab-name: 1-30-on-kubernetes-1-30 - description: Kubernetes-CSI pull job in repo volume-data-source-validator for non-alpha tests, using deployment 1.30 on Kubernetes 1.30 + testgrid-tab-name: 1-31-on-kubernetes-1-31 + description: Kubernetes-CSI pull job in repo volume-data-source-validator for non-alpha tests, using deployment 1.31 on Kubernetes 1.31 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -32,13 +32,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.30.0" + value: "1.31.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.30" + value: "1.31" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -53,12 +53,12 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-volume-data-source-validator-1-30-on-kubernetes-master + - name: pull-kubernetes-csi-volume-data-source-validator-1-31-on-kubernetes-master # Explicitly needs to be started with /test. # This cannot be enabled by default because there's always the risk # that something changes in master which breaks the pre-merge check. cluster: eks-prow-build-cluster - always_run: true + always_run: false optional: true decorate: true skip_report: false @@ -68,12 +68,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-volume-data-source-validator - testgrid-tab-name: 1-30-on-kubernetes-master - description: Kubernetes-CSI pull job in repo volume-data-source-validator for non-alpha tests, using deployment 1.30 on Kubernetes master + testgrid-tab-name: 1-31-on-kubernetes-master + description: Kubernetes-CSI pull job in repo volume-data-source-validator for non-alpha tests, using deployment 1.31 on Kubernetes master spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -82,7 +82,7 @@ presubmits: - name: CSI_PROW_KUBERNETES_VERSION value: "latest" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_SNAPSHOTTER_VERSION @@ -99,7 +99,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-volume-data-source-validator-1-31-on-kubernetes-1-31 + - name: pull-kubernetes-csi-volume-data-source-validator-1-32-on-kubernetes-1-32 cluster: eks-prow-build-cluster always_run: true optional: false @@ -112,12 +112,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-volume-data-source-validator - testgrid-tab-name: 1-31-on-kubernetes-1-31 - description: Kubernetes-CSI pull job in repo volume-data-source-validator for non-alpha tests, using deployment 1.31 on Kubernetes 1.31 + testgrid-tab-name: 1-32-on-kubernetes-1-32 + description: Kubernetes-CSI pull job in repo volume-data-source-validator for non-alpha tests, using deployment 1.32 on Kubernetes 1.32 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -129,13 +129,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.31.0" + value: "1.32.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.31" + value: "1.32" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -150,12 +150,12 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-volume-data-source-validator-1-31-on-kubernetes-master + - name: pull-kubernetes-csi-volume-data-source-validator-1-32-on-kubernetes-master # Explicitly needs to be started with /test. # This cannot be enabled by default because there's always the risk # that something changes in master which breaks the pre-merge check. cluster: eks-prow-build-cluster - always_run: true + always_run: false optional: true decorate: true skip_report: false @@ -165,12 +165,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-volume-data-source-validator - testgrid-tab-name: 1-31-on-kubernetes-master - description: Kubernetes-CSI pull job in repo volume-data-source-validator for non-alpha tests, using deployment 1.31 on Kubernetes master + testgrid-tab-name: 1-32-on-kubernetes-master + description: Kubernetes-CSI pull job in repo volume-data-source-validator for non-alpha tests, using deployment 1.32 on Kubernetes master spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -179,7 +179,7 @@ presubmits: - name: CSI_PROW_KUBERNETES_VERSION value: "latest" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_SNAPSHOTTER_VERSION @@ -196,7 +196,7 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-volume-data-source-validator-1-32-on-kubernetes-1-32 + - name: pull-kubernetes-csi-volume-data-source-validator-1-33-on-kubernetes-1-33 cluster: eks-prow-build-cluster always_run: true optional: true @@ -209,12 +209,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-volume-data-source-validator - testgrid-tab-name: 1-32-on-kubernetes-1-32 - description: Kubernetes-CSI pull job in repo volume-data-source-validator for non-alpha tests, using deployment 1.32 on Kubernetes 1.32 + testgrid-tab-name: 1-33-on-kubernetes-1-33 + description: Kubernetes-CSI pull job in repo volume-data-source-validator for non-alpha tests, using deployment 1.33 on Kubernetes 1.33 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -226,13 +226,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.32.0" + value: "1.33.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.32" + value: "1.33" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -247,12 +247,12 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-volume-data-source-validator-1-32-on-kubernetes-master + - name: pull-kubernetes-csi-volume-data-source-validator-1-33-on-kubernetes-master # Explicitly needs to be started with /test. # This cannot be enabled by default because there's always the risk # that something changes in master which breaks the pre-merge check. cluster: eks-prow-build-cluster - always_run: true + always_run: false optional: true decorate: true skip_report: false @@ -262,12 +262,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-volume-data-source-validator - testgrid-tab-name: 1-32-on-kubernetes-master - description: Kubernetes-CSI pull job in repo volume-data-source-validator for non-alpha tests, using deployment 1.32 on Kubernetes master + testgrid-tab-name: 1-33-on-kubernetes-master + description: Kubernetes-CSI pull job in repo volume-data-source-validator for non-alpha tests, using deployment 1.33 on Kubernetes master spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -276,7 +276,7 @@ presubmits: - name: CSI_PROW_KUBERNETES_VERSION value: "latest" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_SNAPSHOTTER_VERSION @@ -293,9 +293,9 @@ presubmits: limits: memory: "9Gi" cpu: 4 - - name: pull-kubernetes-csi-volume-data-source-validator-alpha-1-31-on-kubernetes-1-31 + - name: pull-kubernetes-csi-volume-data-source-validator-alpha-1-32-on-kubernetes-1-32 cluster: eks-prow-build-cluster - always_run: true + always_run: false optional: true decorate: true skip_report: false @@ -306,12 +306,12 @@ presubmits: preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-storage-csi-volume-data-source-validator - testgrid-tab-name: alpha-1-31-on-kubernetes-1-31 - description: Kubernetes-CSI pull job in repo volume-data-source-validator for alpha tests, using deployment 1.31 on Kubernetes 1.31 + testgrid-tab-name: alpha-1-32-on-kubernetes-1-32 + description: Kubernetes-CSI pull job in repo volume-data-source-validator for alpha tests, using deployment 1.32 on Kubernetes 1.32 spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -323,13 +323,13 @@ presubmits: # unrelated to the PR. Testing against the latest Kubernetes is covered # by periodic jobs (see https://testgrid.k8s.io/sig-storage-csi-ci#Summary). - name: CSI_PROW_KUBERNETES_VERSION - value: "1.31.0" + value: "1.32.0" - name: CSI_PROW_KUBERNETES_DEPLOYMENT - value: "1.31" + value: "1.32" - name: CSI_PROW_DEPLOYMENT_SUFFIX value: "" - name: CSI_PROW_DRIVER_VERSION - value: "v1.15.0" + value: "v1.17.0" - name: CSI_SNAPSHOTTER_VERSION value: "v6.1.0" - name: CSI_PROW_TESTS @@ -361,7 +361,7 @@ presubmits: spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: @@ -397,7 +397,7 @@ presubmits: spec: containers: # We need this image because it has Docker in Docker and go. - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-e205934cd3-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master command: - runner.sh args: