Skip to content

Commit

Permalink
Merge pull request kubernetes#30797 from fejta/e2e2
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

Unset a couple GINKGO_TEST_ARGS in kubekins-e2e

Address kubernetes#30749
  • Loading branch information
Kubernetes Submit Queue authored Aug 18, 2016
2 parents 83ded28 + 3b5b70a commit 06cfb18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions hack/jenkins/dockerized-e2e-runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ mkdir -p "${HOST_ARTIFACTS_DIR}"
: ${JENKINS_GCE_SSH_PUBLIC_KEY_FILE:='/var/lib/jenkins/gce_keys/google_compute_engine.pub'}

env \
-u GOROOT \
-u HOME \
-u KUBEKINS_SERVICE_ACCOUNT_FILE \
-u PATH \
Expand Down Expand Up @@ -62,5 +63,4 @@ docker run --rm=true -i \
-e "WORKSPACE=/workspace" \
${KUBEKINS_SERVICE_ACCOUNT_FILE:+-e "KUBEKINS_SERVICE_ACCOUNT_FILE=/service-account.json"} \
"${docker_extra_args[@]:+${docker_extra_args[@]}}" \
gcr.io/google_containers/kubekins-test:go1.6.3-docker1.9.1-rev3 \
bash -c "bash <(curl -fsS --retry 3 --keepalive-time 2 'https://raw.githubusercontent.com/kubernetes/kubernetes/master/hack/jenkins/e2e-runner.sh')"
gcr.io/google_containers/kubekins-e2e:v20160817
2 changes: 0 additions & 2 deletions hack/jenkins/e2e-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ ENV E2E_UP=true \

# Customize these as appropriate
ENV E2E_PUBLISH_GREEN_VERSION=false \
GINKGO_PARALLEL_NODES=25 \
GINKGO_TEST_ARGS="--ginkgo.focus=\[Conformance\]" \
INSTANCE_PREFIX=jenkins-e2e \
KUBERNETES_PROVIDER=gce

Expand Down

0 comments on commit 06cfb18

Please sign in to comment.