Skip to content

Commit 8b40ced

Browse files
Test pd-extreme k8s integration
1 parent 89c8b39 commit 8b40ced

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Diff for: test/k8s-integration/driver-config.go

-4
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,6 @@ func generateDriverConfigFile(testParams *testParameters) (string, error) {
130130
caps = append(caps, "pvcDataSource")
131131
minimumVolumeSize := "5Gi"
132132
numAllowedTopologies := 1
133-
if testParams.storageClassFile == regionalPDStorageClass {
134-
minimumVolumeSize = "200Gi"
135-
numAllowedTopologies = 2
136-
}
137133
timeouts := map[string]string{
138134
dataSourceProvisionTimeoutKey: dataSourceProvisionTimeout,
139135
}

Diff for: test/run-k8s-integration.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ fi
4545
base_cmd="${PKGDIR}/bin/k8s-integration-test \
4646
--run-in-prow=true --service-account-file=${E2E_GOOGLE_APPLICATION_CREDENTIALS} \
4747
--do-driver-build=${do_driver_build} --teardown-driver=${teardown_driver} --boskos-resource-type=${boskos_resource_type} \
48-
--storageclass-files=sc-standard.yaml --snapshotclass-files=pd-volumesnapshotclass.yaml \
48+
--storageclass-files=sc-extreme.yaml \
4949
--deployment-strategy=${deployment_strategy} --test-version=${test_version} \
5050
--num-nodes=3 --image-type=${image_type} --use-kubetest2=${use_kubetest2}"
5151

0 commit comments

Comments
 (0)