Created
August 20, 2018 10:47
-
-
Save resouer/c03db35aa1761a04f87e2ad538d441be to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cd $GOPATH/src/k8s.io/kubernetes | |
| git clone https://github.com/kubernetes/kubernetes . | |
| ./hack/install-etcd.sh | |
| export PATH=$GOPATH/src/k8s.io/kubernetes/third_party/etcd:${PATH} | |
| make test-e2e-node ARCH=arm64 PARALLELISM=1 RUNTIME=remote CONTAINER_RUNTIME_ENDPOINT=/var/run/frakti.sock IMAGE_SERVICE_ENDPOINT=/var/run/frakti.sock TEST_ARGS="--prepull-images=false" FOCUS="\[Conformance\]" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment