Skip to content

Commit e93645e

Browse files
committed
test: run external storage snapshot integration test
1 parent 5b27c88 commit e93645e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

test/run-k8s-integration-ci.sh

+7-5
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,12 @@ if [ -n "$gke_node_version" ]; then
101101
base_cmd="${base_cmd} --gke-node-version=${gke_node_version}"
102102
fi
103103

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"
109111
110112
eval "$base_cmd"

0 commit comments

Comments
 (0)