Skip to content

Commit 1cf79e8

Browse files
committed
integ tests: replace storageclass-files
As per [this suggestion](kubernetes-sigs#2001 (comment))
1 parent 2193ce4 commit 1cf79e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run-k8s-integration.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ base_cmd="${PKGDIR}/bin/k8s-integration-test \
4848
--run-in-prow=true --service-account-file=${E2E_GOOGLE_APPLICATION_CREDENTIALS} \
4949
--do-driver-build=${do_driver_build} --teardown-driver=${teardown_driver} \
5050
--do-k8s-build=${do_k8s_build} --boskos-resource-type=${boskos_resource_type} \
51-
--storageclass-files=sc-balanced.yaml --snapshotclass-files=pd-volumesnapshotclass.yaml \
51+
--storageclass-files=sc-btrfs.yaml --snapshotclass-files=pd-volumesnapshotclass.yaml \
5252
--storageclass-for-vac-file=sc-hdb.yaml \
5353
--kube-runtime-config=api/all=true \
5454
--deployment-strategy=${deployment_strategy} --test-version=${test_version} \

0 commit comments

Comments
 (0)