Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand All @@ -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
Expand All @@ -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.
Expand All @@ -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
Expand All @@ -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.
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -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
Expand All @@ -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.
Expand All @@ -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:
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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:
Expand All @@ -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
Expand All @@ -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.
Expand All @@ -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:
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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:
Expand All @@ -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
Expand All @@ -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.
Expand All @@ -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:
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
Loading