This repository was archived by the owner on Jul 30, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 115115
116116 # TODO(pb): See if there is a way to make the --inherit-env option replace
117117 # passing all the variables manually.
118- sudo rkt run --insecure-options=image ${RKT_OPTS} docker://golang:1.8.4 --exec /bin/bash -- -c \
118+ sudo rkt run --insecure-options=image ${RKT_OPTS} docker://golang:1.9.2 --exec /bin/bash -- -c \
119119 " IN_CONTAINER=true COREOS_CHANNEL=${COREOS_CHANNEL} GCE_PREFIX=${GCE_PREFIX} GCE_SERVICE_ACCOUNT=${GCE_SERVICE_ACCOUNT} GCE_PROJECT=${GCE_PROJECT} SELF_HOST_ETCD=${SELF_HOST_ETCD} /build/bootkube/hack/tests/$( basename $0 ) "
120120fi
Original file line number Diff line number Diff line change @@ -44,5 +44,5 @@ CONFORMANCE="\
4444 KUBECONFIG=/kubeconfig KUBERNETES_CONFORMANCE_TEST=Y go run hack/e2e.go \
4545 -- -v --test --check-version-skew=false --provider=skeleton --test_args='--ginkgo.focus=\[Conformance\]'"
4646
47- CMD=" sudo rkt run --insecure-options=image ${RKT_OPTS} docker://golang:1.8.4 --exec /bin/bash -- -c \" ${INIT} && ${BUILD} && ${CONFORMANCE} \" "
47+ CMD=" sudo rkt run --insecure-options=image ${RKT_OPTS} docker://golang:1.9.2 --exec /bin/bash -- -c \" ${INIT} && ${BUILD} && ${CONFORMANCE} \" "
4848ssh -q -o UserKnownHostsFile=/dev/null -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