From 4892f954faa3ed9a1a97c5b0aa2a1a458315d00d Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 20:21:11 +0200 Subject: [PATCH] [PR #6472/cb81abc6 backport][stable-6] CI: Fix matrix entries (#6474) CI: Fix matrix entries (#6472) Fix CI matrix entries. (cherry picked from commit cb81abc6365f88b6291d7c9ab9d299f4162c844a) Co-authored-by: Felix Fontein --- .azure-pipelines/azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 7828758e6b..01d68788ba 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -150,7 +150,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 @@ -411,13 +411,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