Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit fac3a8e

Browse files
authored
Merge pull request #842 from dghubble/conformance-go-version
hack: Update conformance tests to use Go 1.9.2
2 parents a49f075 + 246c93d commit fac3a8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/tests/conformance-gce.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,6 @@ else
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)"
120120
fi

hack/tests/conformance-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}\""
4848
ssh -q -o UserKnownHostsFile=/dev/null -o stricthostkeychecking=no -i ${ssh_key} -p ${ssh_port} core@${ssh_host} "${CMD}"

0 commit comments

Comments
 (0)