1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Kick up the integration runner test image size

This commit is contained in:
James Cammarata 2015-12-21 14:37:17 -05:00
parent 08b580decc
commit 6d6822e66e

View file

@ -2,7 +2,7 @@
ec2: ec2:
group_id: 'sg-07bb906d' # jenkins-slave_new group_id: 'sg-07bb906d' # jenkins-slave_new
count: 1 count: 1
instance_type: 'm3.medium' instance_type: 'm3.large'
image: '{{ item.image }}' image: '{{ item.image }}'
wait: true wait: true
region: 'us-east-1' region: 'us-east-1'