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.
1 parent d19c3c8 commit 0101d8fCopy full SHA for 0101d8f
playbooks/kind-integration-test-arm64/run.yaml
@@ -37,6 +37,9 @@
37
sed -i \
38
's#kind build node-image#kind build node-image --base-image kindest/base:latest#' \
39
$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
43
go install .
44
cd $GOPATH/src/k8s.io/test-infra/kubetest && go install .
45
# Checkout K8S to v1.14.3 and run tests
0 commit comments