File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
config/jobs/kubernetes/cloud-provider-ibmcloud Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ periodics:
89
89
90
90
set +o errexit
91
91
set -o xtrace
92
+ export TF_VAR_powervs_system_type=e980
92
93
kubetest2 tf --powervs-image-name CentOS-Stream-10 --powervs-memory 32 \
93
94
--powervs-region ${BOSKOS_REGION} --powervs-zone ${BOSKOS_ZONE} \
94
95
--powervs-service-id ${BOSKOS_RESOURCE_ID} --powervs-ssh-key k8s-prow-sshkey \
@@ -304,6 +305,7 @@ periodics:
304
305
305
306
set +o errexit
306
307
set -o xtrace
308
+ export TF_VAR_powervs_system_type=e980
307
309
kubetest2 tf --powervs-image-name CentOS-Stream-10 --powervs-memory 32 \
308
310
--powervs-region ${BOSKOS_REGION} --powervs-zone ${BOSKOS_ZONE} \
309
311
--powervs-service-id ${BOSKOS_RESOURCE_ID} --powervs-ssh-key k8s-prow-sshkey \
You can’t perform that action at this time.
0 commit comments