Tunning vms parameters

Lets make 14GB/5cores on main vm where we build and 8GB/3cores on stanard ones and put max 2 deployment jobs per jenkins slave.

Change-Id: I70914f1dde12ab501bba8d0ac957be624f08c0c9
This commit is contained in:
Artur Zarzycki 2017-03-10 08:58:00 +01:00
parent 7329cd7f32
commit 067717a8a3
2 changed files with 5 additions and 1 deletions

View File

@ -48,6 +48,10 @@ export IMAGE_PATH="/home/jenkins/workspace/cloud-images/default-image.qcow2"
export DONT_DESTROY_ON_SUCCESS=1
export DEPLOY_METHOD="kargo"
export SLAVES_COUNT="3"
export ADMIN_NODE_CPU=5
export ADMIN_NODE_MEMORY=14336
export SLAVE_NODE_CPU=3
export SLAVE_NODE_MEMORY=8192
export WORKSPACE="/home/jenkins/workspace"
export FUEL_DEVOPS_INSTALLATION_DIR=${FUEL_DEVOPS_INSTALLATION_DIR}
export CUSTOM_YAML='hyperkube_image_repo: "${HYPERKUBE_REPO}"

View File

@ -33,7 +33,7 @@
concurrent: true
properties:
- heavy-job:
weight: 2
weight: 3
- throttle:
option: project
max-per-node: 1