mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-26 04:36:00 +00:00
Merge pull request #19897 from ixdy/test-golang-1.5.3
Update tests from Go 1.5.2 to Go 1.5.3
This commit is contained in:
@@ -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"
|
||||
|
@@ -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
|
||||
|
@@ -1,6 +1,6 @@
|
||||
all: push
|
||||
|
||||
TAG = 0.6
|
||||
TAG = 0.7
|
||||
|
||||
container:
|
||||
docker build -t gcr.io/google_containers/kubekins-test .
|
||||
|
Reference in New Issue
Block a user