Merge pull request #661 from saito-hideki/stable-2

[stable-2][backport][AZP] Merge pull request #660

SUMMARY
[AZP] Fixed syntax error in AZP settings

cherry-pick #660

ISSUE TYPE

CI Pull Request

COMPONENT NAME

ansible.posix

ADDITIONAL INFORMATION
None
This commit is contained in:
softwarefactory-project-zuul[bot] 2025-07-17 05:28:54 +00:00 committed by GitHub
commit f6663b7511
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -64,7 +64,7 @@ stages:
- template: templates/matrix.yml
parameters:
nameFormat: "{0}"
testFormat: 2.19/{0OI}
testFormat: 2.19/{0}
targets:
- name: Sanity
test: sanity
@ -92,7 +92,6 @@ stages:
dependsOn: []
jobs:
- template: templates/matrix.yml
I
parameters:
nameFormat: "{0}"
testFormat: 2.17/{0}

View file

@ -0,0 +1,2 @@
trivial:
- AZP - fixed syntax error in CI test.