Skip to content

Commit

Permalink
Use kubekins-test:v20160822 everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
ixdy committed Aug 22, 2016
1 parent d6afd30 commit 8e168f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hack/jenkins/e2e-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# This file creates a build environment for building and running kubernetes
# unit and integration tests

FROM gcr.io/google-containers/kubekins-test:v20160810
FROM gcr.io/google-containers/kubekins-test:v20160822
MAINTAINER Erick Fejta <[email protected]>

# Defaults of all e2e runs
Expand Down
4 changes: 2 additions & 2 deletions hack/jenkins/e2e-image/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
IMG = gcr.io/google-containers/kubekins-e2e
TAG = $(shell date +v%Y%m%d)

all: build

e2e:
cp ../../e2e.go .

Expand All @@ -30,8 +32,6 @@ upload-to-gcs.sh:
clean:
rm -rf e2e.go e2e-runner.sh sh2ju.sh upload-to-gcs.sh

all: push

build: e2e e2e-runner sh2ju upload-to-gcs
docker build -t $(IMG):$(TAG) .
docker tag -f $(IMG):$(TAG) $(IMG):latest
Expand Down
2 changes: 1 addition & 1 deletion hack/jenkins/gotest-dockerized.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ docker run --rm=true \
-e "KUBE_VERIFY_GIT_BRANCH=${KUBE_VERIFY_GIT_BRANCH:-}" \
-e "REPO_DIR=${REPO_DIR}" \
-e "HOST_ARTIFACTS_DIR=${HOST_ARTIFACTS_DIR}" \
-i gcr.io/google_containers/kubekins-test:go1.6.3-docker1.9.1-rev3 \
-i gcr.io/google_containers/kubekins-test:v20160822 \
bash -c "cd kubernetes && ${KUBE_TEST_SCRIPT:-./hack/jenkins/test-dockerized.sh}"

0 comments on commit 8e168f8

Please sign in to comment.