This repository was archived by the owner on Jul 30, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ RKT_OPTS=$(echo \
3232 " --mount volume=kc,target=/kubeconfig " \
3333 " --mount volume=k8s,target=/go/src/k8s.io/kubernetes" )
3434
35- # Init steps necessary to run conformance in docker:// golang:1.6.2 container
36- INIT=" apt-get update && apt-get install -y rsync"
35+ # Init steps necessary to run conformance in golang container
36+ INIT=" apt-get update && apt-get install -y rsync && go get -u github.com/jteeuwen/go-bindata/go-bindata "
3737
3838TEST_FLAGS=" -v --test -check_version_skew=false -check_node_count=${CHECK_NODE_COUNT} --test_args=\" ${TEST_ARGS} \" "
3939
@@ -45,6 +45,6 @@ CONFORMANCE=$(echo \
4545 " make all WHAT=test/e2e/e2e.test && " \
4646 " KUBECONFIG=/kubeconfig KUBERNETES_PROVIDER=skeleton KUBERNETES_CONFORMANCE_TEST=Y go run hack/e2e.go ${TEST_FLAGS} " )
4747
48- CMD=" sudo rkt run --insecure-options=image ${RKT_OPTS} docker://golang:1.6.2 --exec /bin/bash -- -c \" ${INIT} && ${CONFORMANCE} \" "
48+ CMD=" sudo rkt run --insecure-options=image ${RKT_OPTS} docker://golang:1.6.3 --exec /bin/bash -- -c \" ${INIT} && ${CONFORMANCE} \" "
4949
5050ssh -q -o stricthostkeychecking=no -i ${ssh_key} -p ${ssh_port} core@${ssh_host} " ${CMD} "
You can’t perform that action at this time.
0 commit comments