1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

[PR #6472/cb81abc6 backport][stable-5] CI: Fix matrix entries (#6473)

CI: Fix matrix entries (#6472)

Fix CI matrix entries.

(cherry picked from commit cb81abc636)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2023-05-02 20:43:29 +02:00 committed by GitHub
parent 0c213d76c5
commit 5d3ea0977a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -149,7 +149,7 @@ stages:
- template: templates/matrix.yml
parameters:
nameFormat: Python {0}
testFormat: 2.14/units/{0}/1
testFormat: 2.15/units/{0}/1
targets:
- test: "3.10"
- stage: Units_2_14
@ -392,13 +392,13 @@ stages:
- test: 2.7
- test: '3.11'
- stage: Generic_2_15
displayName: Generic 2.14
displayName: Generic 2.15
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
nameFormat: Python {0}
testFormat: 2.14/generic/{0}/1
testFormat: 2.15/generic/{0}/1
targets:
- test: 3.9
- stage: Generic_2_14