Add script_args: '-P' to Ubuntu 14 profiles for nightly cloud tests

This commit is contained in:
rallytime 2015-08-24 15:01:30 -06:00
parent 991bbf63fe
commit d28672b69e
7 changed files with 9 additions and 2 deletions

View file

@ -7,3 +7,4 @@ azure-test:
ssh_username: ''
ssh_password: ''
media_link: ''
script_args: '-P'

View file

@ -2,3 +2,4 @@ digitalocean-test:
provider: digitalocean-config
image: 14.04 x64
size: 2GB
scipt_args: '-P'

View file

@ -3,3 +3,4 @@ ec2-test:
image: ami-98aa1cf0
size: t1.micro
sh_username: ec2-user
script_args: '-P'

View file

@ -1,4 +1,5 @@
gogrid-test:
provider: gogrid-config
size: 512MB
image: Ubuntu 14.04 LTS Server (64-bit) w/ None
image: Ubuntu 14.04 LTS Server (64-bit) w/ None
script_args: '-P'

View file

@ -3,3 +3,4 @@ joyent-test:
size: Extra Small 512 MB
image: ubuntu-certified-14.04
location: us-east-1
script_args: '-P'

View file

@ -2,3 +2,4 @@ linode-test:
provider: linode-config
size: Linode 2048
image: Ubuntu 14.04 LTS
script_args: '-P'

View file

@ -1,4 +1,5 @@
rackspace-test:
provider: rackspace-config
size: 2 GB Performance
image: Ubuntu 14.04 LTS (Trusty Tahr) (PVHVM)
image: Ubuntu 14.04 LTS (Trusty Tahr) (PVHVM)
script_args: '-P'