Update min-ready for {bare,ubuntu}-trusty

With soon less than 100 jobs using bare-trusty and most jobs using
ubuntu-trusty already, let's change the min-ready settings: Scale down
for bare-trusty to 1 and increase ubuntu-trusty to 8 which is the old
value of bare-trusty.

Change-Id: I061ba07af97155042f82f15b357a48bd3952418c
This commit is contained in:
Andreas Jaeger
2016-03-09 11:32:18 +01:00
parent acbd2ab07c
commit 9b4dc40f12

View File

@@ -45,7 +45,7 @@ labels:
- name: bare-trusty - name: bare-trusty
image: bare-trusty image: bare-trusty
ready-script: configure_mirror.sh ready-script: configure_mirror.sh
min-ready: 8 min-ready: 1
providers: providers:
- name: rax-dfw - name: rax-dfw
- name: rax-ord - name: rax-ord
@@ -53,7 +53,7 @@ labels:
- name: ubuntu-trusty - name: ubuntu-trusty
image: ubuntu-trusty image: ubuntu-trusty
ready-script: configure_mirror.sh ready-script: configure_mirror.sh
min-ready: 4 min-ready: 8
providers: providers:
- name: ovh-gra1 - name: ovh-gra1
- name: ovh-bhs1 - name: ovh-bhs1