Increase jenkins slave instance types to m1.xlarge
This commit is contained in:
parent
8899872202
commit
383e8f594a
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
image: "{{ centos66_x86_64 }}"
|
||||
instance_type: m1.small
|
||||
instance_type: m1.xlarge
|
||||
keypair: fedora-admin-20130801
|
||||
security_group: ssh-anywhere-persistent,all-icmp-persistent,default
|
||||
zone: nova
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
image: rhel7-20141015
|
||||
instance_type: m1.small
|
||||
instance_type: m1.xlarge
|
||||
keypair: fedora-admin-20130801
|
||||
security_group: ssh-anywhere-persistent,all-icmp-persistent,default
|
||||
zone: nova
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
image: "{{ fedora22_x86_64 }}"
|
||||
instance_type: m1.small
|
||||
instance_type: m1.xlarge
|
||||
keypair: fedora-admin-20130801
|
||||
security_group: ssh-anywhere-persistent,all-icmp-persistent,default
|
||||
zone: nova
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue