Skip to content

Commit 0101d8f

Browse files
authored
Add dump to e2e.sh to fix post failure (apache#577)
Add dump to e2e.sh to fix post failure
1 parent d19c3c8 commit 0101d8f

File tree

1 file changed

+3
-0
lines changed
  • playbooks/kind-integration-test-arm64

1 file changed

+3
-0
lines changed

playbooks/kind-integration-test-arm64/run.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
sed -i \
3838
's#kind build node-image#kind build node-image --base-image kindest/base:latest#' \
3939
$GOPATH/src/sigs.k8s.io/kind/hack/ci/e2e.sh
40+
sed -i \
41+
'/export KUBERNETES_CONFORMANCE_TEST/i\ KUBETEST_ARGS="${KUBETEST_ARGS} --dump=$GOPATH/src/k8s.io/kubernetes/_artifacts/"' \
42+
$GOPATH/src/sigs.k8s.io/kind/hack/ci/e2e.sh
4043
go install .
4144
cd $GOPATH/src/k8s.io/test-infra/kubetest && go install .
4245
# Checkout K8S to v1.14.3 and run tests

0 commit comments

Comments
 (0)