Skip to content

Commit 54c573c

Browse files
authored
Merge pull request #34513 from carlory/update-ci-pull-kubernetes-e2e-storage-kind-alpha-beta-features
remove ci/pull-kubernetes-e2e-storage-kind-alpha-beta-features
2 parents 1ecf273 + 2f29bce commit 54c573c

File tree

2 files changed

+6
-97
lines changed

2 files changed

+6
-97
lines changed

config/jobs/kubernetes/sig-storage/sig-storage-kind.yaml

Lines changed: 0 additions & 97 deletions
Original file line numberDiff line numberDiff line change
@@ -54,54 +54,6 @@ presubmits:
5454
cpu: "2"
5555
memory: "6Gi"
5656

57-
# This jobs runs e2e.test with a focus on tests for all alpha/beta storage features on a kind cluster
58-
- name: pull-kubernetes-e2e-storage-kind-alpha-beta-features
59-
always_run: false
60-
optional: true
61-
decorate: true
62-
path_alias: k8s.io/kubernetes
63-
cluster: eks-prow-build-cluster
64-
skip_branches:
65-
- release-\d+\.\d+
66-
annotations:
67-
testgrid-dashboards: presubmits-kubernetes-nonblocking
68-
testgrid-tab-name: pull-kubernetes-e2e-storage-kind-alpha-beta-features
69-
testgrid-alert-email: [email protected]
70-
description: Run storage tests for alpha/beta features in a KIND cluster.
71-
labels:
72-
preset-service-account: "true"
73-
preset-dind-enabled: "true"
74-
preset-kind-volume-mounts: "true"
75-
spec:
76-
containers:
77-
- image: gcr.io/k8s-staging-test-infra/krte:v20250422-9d0e6fd518-master
78-
command:
79-
- wrapper.sh
80-
- bash
81-
- -c
82-
- curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" && e2e-k8s.sh
83-
env:
84-
- name: FEATURE_GATES
85-
value: '{"VolumeAttributesClass":true, "CSIVolumeHealth": true}'
86-
- name: RUNTIME_CONFIG
87-
value: '{"api/ga":"true", "storage.k8s.io/v1alpha1":"true", "storage.k8s.io/v1beta1":"true"}'
88-
- name: FOCUS
89-
value: \[Feature:VolumeAttributesClass\]|\[Feature:CSIVolumeHealth\]
90-
- name: SKIP
91-
value: \[Slow\]|\[Disruptive\]|\[Flaky\]
92-
- name: PARALLEL
93-
value: "true"
94-
# we need privileged mode in order to do docker in docker
95-
securityContext:
96-
privileged: true
97-
resources:
98-
requests:
99-
cpu: "2"
100-
memory: "6Gi"
101-
limits:
102-
cpu: "2"
103-
memory: "6Gi"
104-
10557
- name: pull-kubernetes-e2e-storage-kind-volume-group-snapshots
10658
always_run: false
10759
optional: true
@@ -192,55 +144,6 @@ periodics:
192144
cpu: "2"
193145
memory: "6Gi"
194146

195-
# This jobs runs e2e.test with a focus on tests for all alpha/beta storage features on a kind cluster
196-
- name: ci-kubernetes-e2e-storage-kind-alpha-beta-features
197-
interval: 12h
198-
annotations:
199-
testgrid-dashboards: sig-storage-kubernetes
200-
testgrid-tab-name: kind-storage-alpha-beta-features
201-
testgrid-alert-email: [email protected]
202-
description: Run storage tests for alpha features in a KIND cluster.
203-
decorate: true
204-
extra_refs:
205-
- org: kubernetes
206-
repo: kubernetes
207-
base_ref: master
208-
path_alias: k8s.io/kubernetes
209-
cluster: eks-prow-build-cluster
210-
labels:
211-
preset-service-account: "true"
212-
preset-dind-enabled: "true"
213-
preset-kind-volume-mounts: "true"
214-
spec:
215-
containers:
216-
- image: gcr.io/k8s-staging-test-infra/krte:v20250422-9d0e6fd518-master
217-
command:
218-
- wrapper.sh
219-
- bash
220-
- -c
221-
- curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" && e2e-k8s.sh
222-
env:
223-
- name: FEATURE_GATES
224-
value: '{"VolumeAttributesClass":true, "CSIVolumeHealth": true}'
225-
- name: RUNTIME_CONFIG
226-
value: '{"api/ga":"true", "storage.k8s.io/v1alpha1":"true", "storage.k8s.io/v1beta1":"true"}'
227-
- name: FOCUS
228-
value: \[Feature:VolumeAttributesClass\]|\[Feature:CSIVolumeHealth\]
229-
- name: SKIP
230-
value: \[Slow\]|\[Disruptive\]|\[Flaky\]
231-
- name: PARALLEL
232-
value: "true"
233-
# we need privileged mode in order to do docker in docker
234-
securityContext:
235-
privileged: true
236-
resources:
237-
requests:
238-
cpu: "2"
239-
memory: "6Gi"
240-
limits:
241-
cpu: "2"
242-
memory: "6Gi"
243-
244147
- name: ci-kubernetes-e2e-storage-kind-volume-group-snapshots
245148
interval: 12h
246149
annotations:

config/testgrids/kubernetes/sig-storage/config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ dashboards:
7171
description: storage snapshot e2e tests for master branch
7272
alert_options:
7373
alert_mail_to_addresses: [email protected]
74+
- name: kind-master-alpha-beta
75+
test_group_name: ci-kubernetes-e2e-kind-alpha-beta-features
76+
base_options: include-filter-by-regex=Volume%7Cstorage
77+
description: Runs storage e2e tests with no special requirements other than alpha or beta feature gates in a KinD cluster where alpha and beta feature gates and APIs are enabled.
78+
alert_options:
79+
alert_mail_to_addresses: [email protected]
7480

7581
- name: sig-storage-local-static-provisioner
7682
dashboard_tab:

0 commit comments

Comments
 (0)