mirror of https://github.com/k3s-io/k3s
Run kubemarks in kubernetes-scale for a while
parent
b01e54351a
commit
a5052d9b7b
|
@ -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':
|
||||
|
|
Loading…
Reference in New Issue