mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #26618 from rallytime/pip-undate-cloud-tests
Add script_args: '-P' to Ubuntu 14 profiles for nightly cloud tests
This commit is contained in:
commit
ed166ebd4f
7 changed files with 9 additions and 2 deletions
|
@ -7,3 +7,4 @@ azure-test:
|
|||
ssh_username: ''
|
||||
ssh_password: ''
|
||||
media_link: ''
|
||||
script_args: '-P'
|
||||
|
|
|
@ -2,3 +2,4 @@ digitalocean-test:
|
|||
provider: digitalocean-config
|
||||
image: 14.04 x64
|
||||
size: 2GB
|
||||
scipt_args: '-P'
|
||||
|
|
|
@ -3,3 +3,4 @@ ec2-test:
|
|||
image: ami-98aa1cf0
|
||||
size: t1.micro
|
||||
sh_username: ec2-user
|
||||
script_args: '-P'
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -3,3 +3,4 @@ joyent-test:
|
|||
size: Extra Small 512 MB
|
||||
image: ubuntu-certified-14.04
|
||||
location: us-east-1
|
||||
script_args: '-P'
|
||||
|
|
|
@ -2,3 +2,4 @@ linode-test:
|
|||
provider: linode-config
|
||||
size: Linode 2048
|
||||
image: Ubuntu 14.04 LTS
|
||||
script_args: '-P'
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue