Skip to content

Commit 0558a1a

Browse files
committed
update pull-kubernetes-e2e-storage-kind-alpha-beta-features
1 parent 1c1f4d9 commit 0558a1a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ presubmits:
8282
- curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" && e2e-k8s.sh
8383
env:
8484
- name: FEATURE_GATES
85-
value: '{"VolumeAttributesClass":true, "HonorPVReclaimPolicy": true, "CSIVolumeHealth": true}'
85+
value: '{"VolumeAttributesClass":true, "CSIVolumeHealth": true}'
8686
- name: RUNTIME_CONFIG
8787
value: '{"api/ga":"true", "storage.k8s.io/v1alpha1":"true", "storage.k8s.io/v1beta1":"true"}'
8888
- name: FOCUS
89-
value: \[Feature:VolumeAttributesClass\]|\[Feature:HonorPVReclaimPolicy\]|\[Feature:CSIVolumeHealth\]
89+
value: \[Feature:VolumeAttributesClass\]|\[Feature:CSIVolumeHealth\]
9090
- name: PARALLEL
9191
value: "true"
9292
# we need privileged mode in order to do docker in docker
@@ -219,11 +219,11 @@ periodics:
219219
- curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" && e2e-k8s.sh
220220
env:
221221
- name: FEATURE_GATES
222-
value: '{"VolumeAttributesClass":true, "HonorPVReclaimPolicy": true, "CSIVolumeHealth": true}'
222+
value: '{"VolumeAttributesClass":true, "CSIVolumeHealth": true}'
223223
- name: RUNTIME_CONFIG
224224
value: '{"api/ga":"true", "storage.k8s.io/v1alpha1":"true", "storage.k8s.io/v1beta1":"true"}'
225225
- name: FOCUS
226-
value: \[Feature:VolumeAttributesClass\]|\[Feature:HonorPVReclaimPolicy\]|\[Feature:CSIVolumeHealth\]
226+
value: \[Feature:VolumeAttributesClass\]|\[Feature:CSIVolumeHealth\]
227227
- name: PARALLEL
228228
value: "true"
229229
# we need privileged mode in order to do docker in docker

0 commit comments

Comments
 (0)