add benchmark to jenkins

This commit is contained in:
Zhou Fang
2016-08-19 14:40:23 -07:00
parent 30eb6882f4
commit b8ab0c50c5
4 changed files with 143 additions and 32 deletions

View File

@@ -0,0 +1,50 @@
---
images:
containervm-density1:
image: e2e-node-containervm-v20160321-image
project: kubernetes-node-e2e-images
machine: n1-standard-1
tests:
- '.*create 35 pods with 0s? interval \[Benchmark\]'
containervm-density2:
image: e2e-node-containervm-v20160321-image
project: kubernetes-node-e2e-images
machine: n1-standard-1
tests:
- '.*create 105 pods with 0s? interval \[Benchmark\]'
containervm-density3:
image: e2e-node-containervm-v20160321-image
project: kubernetes-node-e2e-images
machine: n1-standard-2
tests:
- '.*create 105 pods with 0s? interval \[Benchmark\]'
containervm-density4:
image: e2e-node-containervm-v20160321-image
project: kubernetes-node-e2e-images
machine: n1-standard-1
tests:
- '.*create 35 pods with 100ms interval \[Benchmark\]'
containervm-density5:
image: e2e-node-containervm-v20160321-image
project: kubernetes-node-e2e-images
machine: n1-standard-1
tests:
- '.*create 105 pods with 100ms interval \[Benchmark\]'
containervm-density6:
image: e2e-node-containervm-v20160321-image
project: kubernetes-node-e2e-images
machine: n1-standard-2
tests:
- '.*create 105 pods with 100ms interval \[Benchmark\]'
containervm-density7:
image: e2e-node-containervm-v20160321-image
project: kubernetes-node-e2e-images
machine: n1-standard-1
tests:
- '.*create 105 pods with 300ms interval \[Benchmark\]'
containervm-density8:
image: e2e-node-containervm-v20160321-image
project: kubernetes-node-e2e-images
machine: n1-standard-2
tests:
- '.*create 105 pods with 300ms interval \[Benchmark\]'

View File

@@ -0,0 +1,9 @@
GCE_HOSTS=
GCE_IMAGE_CONFIG_PATH=test/e2e_node/jenkins/benchmark/benchmark-config.yaml
GCE_ZONE=us-central1-f
GCE_PROJECT=k8s-jkns-ci-node-e2e
CLEANUP=true
GINKGO_FLAGS='--skip="\[Flaky\]"'
SETUP_NODE=false
TEST_ARGS=--cgroups-per-qos=false
PARALLELISM=1