mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +00:00
commit
b873836f71
@ -37,6 +37,22 @@
|
|||||||
name: kubernetes-kubemark
|
name: kubernetes-kubemark
|
||||||
provider-env: '{gce-provider-env}'
|
provider-env: '{gce-provider-env}'
|
||||||
suffix:
|
suffix:
|
||||||
|
- '5-gce':
|
||||||
|
description: 'Run minimal Kubemark to make sure it is not broken.'
|
||||||
|
timeout: 30
|
||||||
|
cron-string: 'H/30 * * * *'
|
||||||
|
job-env: |
|
||||||
|
export E2E_NAME="kubemark-5"
|
||||||
|
export PROJECT="k8s-jenkins-kubemark"
|
||||||
|
export E2E_TEST="false"
|
||||||
|
export USE_KUBEMARK="true"
|
||||||
|
export KUBEMARK_TESTS="starting\s30\spods\sper\snode"
|
||||||
|
# Override defaults to be independent from GCE defaults and set kubemark parameters
|
||||||
|
export NUM_NODES="2"
|
||||||
|
export NODE_SIZE="n1-standard-1"
|
||||||
|
export KUBE_GCE_ZONE="us-east1-a"
|
||||||
|
export KUBEMARK_MASTER_SIZE="n1-standard-1"
|
||||||
|
export KUBEMARK_NUM_NODES="5"
|
||||||
- 'gce':
|
- 'gce':
|
||||||
description: 'Run Kubemark test on a fake 100 node cluster to have a comparison to the real results from scalability suite.'
|
description: 'Run Kubemark test on a fake 100 node cluster to have a comparison to the real results from scalability suite.'
|
||||||
timeout: 120
|
timeout: 120
|
||||||
|
Loading…
Reference in New Issue
Block a user