Merge pull request #660 from saito-hideki/pr_azp_syntax

[AZP] Fixed syntax error in AZP settings

SUMMARY
Fixed syntax error in AZP settings

ISSUE TYPE

CI Pull Request

COMPONENT NAME

ansible.posix

ADDITIONAL INFORMATION
None
This commit is contained in:
Hideki Saito 2025-07-17 14:01:01 +09:00
parent e54b8bf68f
commit 8831aa205c
2 changed files with 3 additions and 2 deletions

View file

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

View file

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