mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-02 23:31:25 -07:00
Update Azure module test infrastructure.
- Use new Azure direct API implementation. - Enable Azure tests to clean up on exit. ci_complete
This commit is contained in:
parent
fb0343cd12
commit
ad4975d3e7
2 changed files with 18 additions and 2 deletions
|
@ -64,7 +64,6 @@ class AnsibleCoreCI(object):
|
|||
providers = dict(
|
||||
aws=(
|
||||
'aws',
|
||||
'azure',
|
||||
'windows',
|
||||
'freebsd',
|
||||
'rhel',
|
||||
|
@ -73,6 +72,7 @@ class AnsibleCoreCI(object):
|
|||
'ios',
|
||||
),
|
||||
azure=(
|
||||
'azure',
|
||||
),
|
||||
parallels=(
|
||||
'osx',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue