Also add -Z to script args for cloud tests

This commit is contained in:
rallytime 2015-08-24 16:02:26 -06:00
parent ed166ebd4f
commit 9ae27193d8
7 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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