@@ -54,54 +54,6 @@ presubmits:
54
54
cpu : " 2"
55
55
memory : " 6Gi"
56
56
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
-
105
57
- name : pull-kubernetes-e2e-storage-kind-volume-group-snapshots
106
58
always_run : false
107
59
optional : true
@@ -192,55 +144,6 @@ periodics:
192
144
cpu : " 2"
193
145
memory : " 6Gi"
194
146
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
-
244
147
- name : ci-kubernetes-e2e-storage-kind-volume-group-snapshots
245
148
interval : 12h
246
149
annotations :
0 commit comments