From 9d42b34ed390c3e653e6fc000d2472de07dd4f8b Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Thu, 29 Aug 2024 11:07:01 -0700 Subject: [PATCH] Fix Windows entries in test matrix (#83873) The display names need to be set so code coverage reporting works. --- .azure-pipelines/azure-pipelines.yml | 30 ++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index bf4482333d9..d2078a43cf0 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -68,11 +68,16 @@ stages: nameFormat: Server {0} testFormat: windows/{0}/1 targets: - - test: 2016/winrm/http - - test: 2019/winrm/https - - test: 2022/winrm/https - - test: 2022/psrp/http - - test: 2022/ssh/key + - name: 2016 WinRM HTTP + test: 2016/winrm/http + - name: 2019 WinRM HTTPS + test: 2019/winrm/https + - name: 2022 WinRM HTTPS + test: 2022/winrm/https + - name: 2022 PSRP HTTP + test: 2022/psrp/http + - name: 2022 SSH Key + test: 2022/ssh/key - stage: Remote dependsOn: [] jobs: @@ -183,11 +188,16 @@ stages: nameFormat: Server {0} testFormat: i/windows/{0} targets: - - test: 2016/winrm/http - - test: 2019/winrm/https - - test: 2022/winrm/https - - test: 2022/psrp/http - - test: 2022/ssh/key + - name: 2016 WinRM HTTP + test: 2016/winrm/http + - name: 2019 WinRM HTTPS + test: 2019/winrm/https + - name: 2022 WinRM HTTPS + test: 2022/winrm/https + - name: 2022 PSRP HTTP + test: 2022/psrp/http + - name: 2022 SSH Key + test: 2022/ssh/key - stage: Incidental dependsOn: [] jobs: