mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-27 04:41:26 -07:00
Dropping instance size back down since we're not doing parallel builds
This commit is contained in:
parent
45afa642c3
commit
8119ea37af
1 changed files with 1 additions and 1 deletions
|
@ -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.xlarge'
|
instance_type: 'm3.large'
|
||||||
image: '{{ item.image }}'
|
image: '{{ item.image }}'
|
||||||
wait: true
|
wait: true
|
||||||
region: 'us-east-1'
|
region: 'us-east-1'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue