Update tests from Go 1.5.2 to Go 1.5.3

pull/6/head
Jeff Grafton 2016-01-20 16:24:51 -08:00
parent 79e0c9f5e5
commit 0d84b49f65
6 changed files with 7 additions and 7 deletions

View File

@ -11,7 +11,7 @@ language: go
matrix:
include:
- go: 1.5.2
- go: 1.5.3
install:
- go get github.com/tools/godep

View File

@ -27,7 +27,7 @@ TAG=$1
ARCH=$2
TARGET_DIR=$3
GOLANG_VERSION=${GOLANG_VERSION:-1.5.2}
GOLANG_VERSION=${GOLANG_VERSION:-1.5.3}
GOARM=6
# Create the ${TARGET_DIR} directory, if it doesn't exist
@ -54,4 +54,4 @@ else
# Move the contents in bin to the target directory
mv ${TARGET_DIR}/bin/* ${TARGET_DIR}
fi
fi

View File

@ -42,5 +42,5 @@ docker run --rm=true \
-v "${REPO_DIR}":/go/src/k8s.io/kubernetes \
-v "${KUBE_JUNIT_REPORT_DIR}":/workspace/artifacts \
--env REPO_DIR="${REPO_DIR}" \
-i gcr.io/google_containers/kubekins-test:0.6 \
-i gcr.io/google_containers/kubekins-test:0.7 \
bash -c "cd kubernetes && ./hack/jenkins/test-dockerized.sh"

View File

@ -15,7 +15,7 @@
# This file creates a build environment for building and running kubernetes
# unit and integration tests
FROM golang:1.5.2
FROM golang:1.5.3
MAINTAINER Jeff Lowdermilk <jeffml@google.com>
ENV WORKSPACE /workspace

View File

@ -1,6 +1,6 @@
all: push
TAG = 0.6
TAG = 0.7
container:
docker build -t gcr.io/google_containers/kubekins-test .

View File

@ -4,7 +4,7 @@ language: go
matrix:
include:
- go: 1.5.2
- go: 1.5.3
env:
- KUBE_TEST_API_VERSIONS=v1,extensions/v1beta1 KUBE_TEST_ETCD_PREFIXES=registry
- KUBE_JUNIT_REPORT_DIR="${SHIPPABLE_REPO_DIR}/shippable/testresults"