Skip to content

Commit

Permalink
Only up/down kubeadm clusters for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
pipejakob committed Mar 8, 2017
1 parent 15eb756 commit 8149223
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion jobs/ci-kubernetes-e2e-kubeadm-gce.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ export GINKGO_TEST_ARGS="--ginkgo.focus=\[Conformance\]"

# Assume we're upping, testing, and downing a cluster
export E2E_UP="${E2E_UP:-true}"
export E2E_TEST="${E2E_TEST:-true}"
# TODO(pipejakob): Reenable testing when we have a pod network that works with
# kubeadm 1.6 clusters. For now, simply bringing up a cluster is a good e2e
# test, since it will only succeed if the apiserver is healthy and all
# expected nodes are registered.
export E2E_TEST="${E2E_TEST:-false}"
export E2E_DOWN="${E2E_DOWN:-true}"

# Skip gcloud update checking
Expand Down

0 comments on commit 8149223

Please sign in to comment.