Run kubemarks in kubernetes-scale for a while

pull/6/head
gmarek 2016-02-24 10:55:53 +01:00
parent b01e54351a
commit a5052d9b7b
1 changed files with 3 additions and 2 deletions

View File

@ -43,7 +43,7 @@
job-env: |
# TODO: Restore previous project once we have enough quota.
# export PROJECT="k8s-jenkins-kubemark"
export PROJECT="google.com:k8s-jenkins-scalability"
export PROJECT="kubernetes-scale"
export E2E_TEST="false"
export USE_KUBEMARK="true"
export KUBEMARK_TESTS="\[Feature:Performance\]"
@ -51,7 +51,8 @@
export NUM_NODES="10"
export MASTER_SIZE="n1-standard-2"
export NODE_SIZE="n1-standard-1"
export KUBE_GCE_ZONE="us-central1-b"
# TODO: move to the us-central1 after we get a quota there
export KUBE_GCE_ZONE="us-east1-d"
export KUBEMARK_MASTER_SIZE="n1-standard-4"
export KUBEMARK_NUM_NODES="100"
- '500-gce':