We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c7ee32 + 664d378 commit 7691a1aCopy full SHA for 7691a1a
config/jobs/periodic/kubernetes/test-kubernetes-periodics.yaml
@@ -49,6 +49,7 @@ periodics:
49
source "./hack/boskos.sh"
50
51
make install-deployer-tf
52
+ RESOURCE_TYPE="powervs-k8s-conformance"
53
54
apt-get update && apt-get install -y ansible
55
@@ -65,6 +66,7 @@ periodics:
65
66
TIMESTAMP=$(date +%s)
67
jq --arg key0 'k8s-build-version' --arg value0 $K8S_BUILD_VERSION '. | .[$key0]=$value0' <<<'{}' > $ARTIFACTS/metadata.json
68
69
+ set -o xtrace
70
kubetest2 tf --powervs-image-name CentOS-Stream-9 \
71
--powervs-region ${BOSKOS_REGION} --powervs-zone ${BOSKOS_ZONE} \
72
--powervs-service-id ${BOSKOS_RESOURCE_ID} \
0 commit comments