Remove -Z script_arg for cloud tests

This commit is contained in:
Ch3LL 2018-08-15 17:27:02 -04:00
parent a03828884b
commit a1ef6a88a6
No known key found for this signature in database
GPG key ID: 132B55A7C13EFA73
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 -Z'
script_args: '-P'

View file

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

View file

@ -3,7 +3,7 @@ ec2-test:
image: ami-98aa1cf0
size: m1.large
sh_username: ec2-user
script_args: '-P -Z'
script_args: '-P'
ec2-win2012r2-test:
provider: ec2-config
size: m1.large

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 -Z'
script_args: '-P'

View file

@ -3,4 +3,4 @@ joyent-test:
size: k4-highcpu-kvm-250M
image: ubuntu-16.04
location: us-east-1
script_args: '-P -Z'
script_args: '-P'

View file

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

View file

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