From 162e72182fe78258a7913f3f99e3c7f809bd29d1 Mon Sep 17 00:00:00 2001 From: Hideki SAITO Date: Thu, 17 Jul 2025 11:49:17 +0900 Subject: [PATCH] Fixed syntax error in azurepileline settings Signed-off-by: Hideki SAITO --- .azure-pipelines/azure-pipelines.yml | 3 +-- changelogs/fragments/654_ci_bump_core_version.yml | 2 +- changelogs/fragments/660_ci_azp_syntax.yml | 2 ++ 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 changelogs/fragments/660_ci_azp_syntax.yml diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 4852f91..3aecaeb 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -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} diff --git a/changelogs/fragments/654_ci_bump_core_version.yml b/changelogs/fragments/654_ci_bump_core_version.yml index d738204..d150a81 100644 --- a/changelogs/fragments/654_ci_bump_core_version.yml +++ b/changelogs/fragments/654_ci_bump_core_version.yml @@ -1,3 +1,3 @@ -~-- +--- trivial: - Bump ansible-core version to 2.20 of devel branch and add 2.19 to CI diff --git a/changelogs/fragments/660_ci_azp_syntax.yml b/changelogs/fragments/660_ci_azp_syntax.yml new file mode 100644 index 0000000..1efd77a --- /dev/null +++ b/changelogs/fragments/660_ci_azp_syntax.yml @@ -0,0 +1,2 @@ +trivial: + - AZP - fixed syntax error in CI test.