1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-17 09:21:32 +00:00

AZP: Correct Cloud jobs

(cherry picked from commit 2fea31b292377e17ba5447dcb79c4b753a6fad58)
This commit is contained in:
John Barker 2020-12-17 21:24:54 +00:00
parent 49d30dbb02
commit c063e5b44e

View file

@ -273,20 +273,22 @@ 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: 2.7
- 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: 2.7
- test: 3.6
- stage: Summary
condition: succeededOrFailed()
dependsOn: