From c063e5b44e1f0218b35d581e3b23503b7880c2b8 Mon Sep 17 00:00:00 2001 From: John Barker Date: Thu, 17 Dec 2020 21:24:54 +0000 Subject: [PATCH] AZP: Correct Cloud jobs (cherry picked from commit 2fea31b292377e17ba5447dcb79c4b753a6fad58) --- .azure-pipelines/azure-pipelines.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 3c9cf03dc5..4281ac0b16 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -273,20 +273,22 @@ stages: jobs: - template: templates/matrix.yml parameters: - nameFormat: Python 3.6 {0} - testFormat: 2.10/cloud/3.6/{0}/1 + nameFormat: Python {0} + testFormat: 2.10/cloud/{0}/1 targets: - - test: '' + - test: 2.7 + - test: 3.6 - stage: Cloud_2_9 displayName: Cloud 2.9 dependsOn: [] jobs: - template: templates/matrix.yml parameters: - nameFormat: Python 3.6 {0} - testFormat: 2.9/cloud/3.6/{0}/1 + nameFormat: Python {0} + testFormat: 2.9/cloud/{0}/1 targets: - - test: '' + - test: 2.7 + - test: 3.6 - stage: Summary condition: succeededOrFailed() dependsOn: