File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -101,10 +101,12 @@ if [ -n "$gke_node_version" ]; then
101
101
base_cmd=" ${base_cmd} --gke-node-version=${gke_node_version} "
102
102
fi
103
103
104
- if [ " $test_disk_image_snapshot " = true ]; then
105
- base_cmd=" ${base_cmd} --snapshotclass-files=pd-volumesnapshotclass.yaml,image-volumesnapshotclass.yaml"
106
- else
107
- base_cmd=" ${base_cmd} --snapshotclass-files=pd-volumesnapshotclass.yaml"
108
- fi
104
+ # if [ "$test_disk_image_snapshot" = true ]; then
105
+ # base_cmd="${base_cmd} --snapshotclass-files=pd-volumesnapshotclass.yaml,image-volumesnapshotclass.yaml"
106
+ # else
107
+ # base_cmd="${base_cmd} --snapshotclass-files=pd-volumesnapshotclass.yaml"
108
+ # fi
109
+
110
+ base_cmd=" ${base_cmd} --snapshotclass-files=image-volumesnapshotclass.yaml --test-focus=" External.* Storage.* snapshot"
109
111
110
112
eval " $base_cmd "
You can’t perform that action at this time.
0 commit comments