Add Azure provider support to ansible-test and CI.

ci_complete
This commit is contained in:
Matt Clay
2017-11-29 00:46:08 -08:00
parent 58286ef93b
commit 1b5c4b72bd
14 changed files with 83 additions and 30 deletions

View File

@@ -280,7 +280,7 @@ def delegate_remote(args, exclude, require):
platform = parts[0]
version = parts[1]
core_ci = AnsibleCoreCI(args, platform, version, stage=args.remote_stage)
core_ci = AnsibleCoreCI(args, platform, version, stage=args.remote_stage, provider=args.remote_provider)
success = False
try: