Fix AZP CI (#1508)

* Fix 2.9/2.10 cloud

* Fix splunk callback tests.

* ansible_virtualization_type on AZP can be one of container/containerd instead of docker for dockerized tests.

* Disable nomad tests.

* Work around AZP bugs.
This commit is contained in:
Felix Fontein 2020-12-18 11:48:28 +01:00 committed by GitHub
parent 33126b7267
commit dd55c3c3bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 19 additions and 8 deletions

View file

@ -273,20 +273,20 @@ stages:
jobs:
- template: templates/matrix.yml
parameters:
nameFormat: Python 3.6 {0}
testFormat: 2.10/cloud/3.6/{0}/1
nameFormat: Python {0}
testFormat: 2.10/cloud/{0}/1
targets:
- test: ''
- test: 3.6
- stage: Cloud_2_9
displayName: Cloud 2.9
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
nameFormat: Python 3.6 {0}
testFormat: 2.9/cloud/3.6/{0}/1
nameFormat: Python {0}
testFormat: 2.9/cloud/{0}/1
targets:
- test: ''
- test: 3.6
- stage: Summary
condition: succeededOrFailed()
dependsOn: