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.