Skip to content

Commit 060702e

Browse files
Fixes to periodic-kubernetes-containerd-conformance-test-ppc64le
1 parent 247f120 commit 060702e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/jobs/periodic/kubernetes/test-kubernetes-periodics.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ periodics:
6767
jq --arg key0 'k8s-build-version' --arg value0 $K8S_BUILD_VERSION '. | .[$key0]=$value0' <<<'{}' > $ARTIFACTS/metadata.json
6868
6969
set -o xtrace
70+
set +o errexit
7071
kubetest2 tf --powervs-image-name CentOS-Stream-9 \
7172
--powervs-region ${BOSKOS_REGION} --powervs-zone ${BOSKOS_ZONE} \
7273
--powervs-service-id ${BOSKOS_RESOURCE_ID} \
@@ -94,6 +95,7 @@ periodics:
9495
--test=ginkgo -- \
9596
--use-built-binaries true \
9697
--focus-regex='\[Serial\].*\[Conformance\]'; rc2=$?
98+
[ -z "${BOSKOS_HOST:-}" ] || release_account >> "$ARTIFACTS/boskos.log" 2>&1
9799
if [ $rc1 != 0 ]; then
98100
echo "ERROR: Non Serial k8s Conformance tests exited with code: $rc1"
99101
exit $rc1
@@ -102,8 +104,6 @@ periodics:
102104
exit $rc2
103105
fi
104106
105-
[ -z "${BOSKOS_HOST:-}" ] || release_account >> "$ARTIFACTS/boskos.log" 2>&1
106-
107107
- name: periodic-kubernetes-containerd-e2e-node-tests-ppc64le
108108
labels:
109109
preset-golang-build: "true"

0 commit comments

Comments
 (0)