File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
config/jobs/kubernetes/sig-storage Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -82,11 +82,11 @@ presubmits:
82
82
- curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" && e2e-k8s.sh
83
83
env :
84
84
- name : FEATURE_GATES
85
- value : ' {"VolumeAttributesClass":true, "HonorPVReclaimPolicy": true, " CSIVolumeHealth": true}'
85
+ value : ' {"VolumeAttributesClass":true, "CSIVolumeHealth": true}'
86
86
- name : RUNTIME_CONFIG
87
87
value : ' {"api/ga":"true", "storage.k8s.io/v1alpha1":"true", "storage.k8s.io/v1beta1":"true"}'
88
88
- name : FOCUS
89
- value : \[Feature:VolumeAttributesClass\]|\[Feature:HonorPVReclaimPolicy\]|\[Feature: CSIVolumeHealth\]
89
+ value : \[Feature:VolumeAttributesClass\]|\[Feature:CSIVolumeHealth\]
90
90
- name : PARALLEL
91
91
value : " true"
92
92
# we need privileged mode in order to do docker in docker
@@ -219,11 +219,11 @@ periodics:
219
219
- curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" && e2e-k8s.sh
220
220
env :
221
221
- name : FEATURE_GATES
222
- value : ' {"VolumeAttributesClass":true, "HonorPVReclaimPolicy": true, " CSIVolumeHealth": true}'
222
+ value : ' {"VolumeAttributesClass":true, "CSIVolumeHealth": true}'
223
223
- name : RUNTIME_CONFIG
224
224
value : ' {"api/ga":"true", "storage.k8s.io/v1alpha1":"true", "storage.k8s.io/v1beta1":"true"}'
225
225
- name : FOCUS
226
- value : \[Feature:VolumeAttributesClass\]|\[Feature:HonorPVReclaimPolicy\]|\[Feature: CSIVolumeHealth\]
226
+ value : \[Feature:VolumeAttributesClass\]|\[Feature:CSIVolumeHealth\]
227
227
- name : PARALLEL
228
228
value : " true"
229
229
# we need privileged mode in order to do docker in docker
You can’t perform that action at this time.
0 commit comments