@@ -81,12 +81,12 @@ variables:
8181# Stage and Job "display names" are shortened because they are combined to form the name of the corresponding GitHub check.
8282stages :
8383- stage : mac_build
84- displayName : Mac
84+ displayName : macOS Build
8585 dependsOn : []
8686 jobs :
8787 # Check - "Xamarin.Android (Mac Build)"
8888 - job : mac_build_create_installers
89- displayName : Build
89+ displayName : macOS > Build
9090 pool :
9191 name : $(MacBuildPoolName)
9292 vmImage : $(MacBuildPoolImage)
@@ -142,12 +142,12 @@ stages:
142142
143143# This stage ensures Windows specific build steps continue to work, and runs unit tests.
144144- stage : win_build_test
145- displayName : Windows
145+ displayName : Windows Build & Smoke Test
146146 dependsOn : []
147147 jobs :
148148 # Check - "Xamarin.Android (Windows Build and Smoke Test)"
149149 - job : win_build_test
150- displayName : Build and Smoke Test
150+ displayName : Windows > Build & Smoke Test
151151 pool : $(1ESWindowsPool)
152152 timeoutInMinutes : 360
153153 cancelTimeoutInMinutes : 5
@@ -259,11 +259,11 @@ stages:
259259
260260# Check - "Xamarin.Android (Linux Build)"
261261- stage : linux_build
262- displayName : Linux
262+ displayName : Linux Build
263263 dependsOn : []
264264 jobs :
265265 - job : linux_build_create_sdk_pack
266- displayName : Build
266+ displayName : Linux > Build
267267 pool : android-devdiv-ubuntu-vmss
268268 timeoutInMinutes : 180
269269 cancelTimeoutInMinutes : 2
@@ -332,12 +332,12 @@ stages:
332332 - template : yaml-templates/fail-on-issue.yaml
333333
334334- stage : smoke_tests
335- displayName : Smoke Tests
335+ displayName : macOS > Smoke Tests
336336 dependsOn : mac_build
337337 jobs :
338338 # Check - "Xamarin.Android (Smoke Tests APKs Legacy - macOS)"
339339 - job : mac_apk_tests_legacy
340- displayName : APKs Legacy - macOS
340+ displayName : macOS > Tests > APKs Classic
341341 pool :
342342 vmImage : $(HostedMacImage)
343343 timeoutInMinutes : 240
@@ -596,7 +596,7 @@ stages:
596596
597597 # Check - "Xamarin.Android (Smoke Tests APKs .NET - macOS)"
598598 - job : mac_apk_tests_net
599- displayName : APKs .NET - macOS
599+ displayName : macOS > Tests > APKs .NET
600600 pool :
601601 vmImage : $(HostedMacImage)
602602 timeoutInMinutes : 180
@@ -760,7 +760,7 @@ stages:
760760
761761 # Check - "Xamarin.Android (Smoke Tests MSBuild Emulator - macOS)"
762762 - job : mac_msbuilddevice_tests
763- displayName : MSBuild Emulator - macOS
763+ displayName : macOS > Tests > MSBuild+Emulator
764764 pool :
765765 vmImage : $(HostedMacImage)
766766 timeoutInMinutes : 90
@@ -820,7 +820,7 @@ stages:
820820 jobs :
821821 # Check - "Xamarin.Android (Linux Tests MSBuild Smoke)"
822822 - job : linux_tests_smoke
823- displayName : MSBuild Smoke
823+ displayName : Linux > Tests > MSBuild
824824 pool : android-devdiv-ubuntu-vmss
825825 timeoutInMinutes : 180
826826 workspace :
@@ -1109,7 +1109,7 @@ stages:
11091109 condition : and(succeeded(), or(eq(variables['RunAllTests'], true), contains(dependencies.mac_build.outputs['mac_build_create_installers.TestConditions.TestAreas'], 'MSBuildDevice')))
11101110 jobs :
11111111 - job : wear_tests
1112- displayName : wear_tests
1112+ displayName : macOS > Tests > WearOS
11131113 timeoutInMinutes : 180
11141114 cancelTimeoutInMinutes : 2
11151115 strategy :
@@ -1179,14 +1179,14 @@ stages:
11791179
11801180
11811181- stage : designer_tests
1182- displayName : Designer Tests
1182+ displayName : Designer Integration Tests
11831183 dependsOn : mac_build
11841184 condition : and(succeeded(), or(eq(variables['RunAllTests'], true), contains(dependencies.mac_build.outputs['mac_build_create_installers.TestConditions.TestAreas'], 'Designer')))
11851185 jobs :
11861186 # Check - "Xamarin.Android (Designer Tests macOS)"
11871187 - job : designer_integration_mac
11881188 condition : false # TODO: Enable once test issues are fixed.
1189- displayName : macOS
1189+ displayName : macOS > Tests > Designer Integration
11901190 pool :
11911191 vmImage : $(HostedMacImage)
11921192 timeoutInMinutes : 120
@@ -1265,7 +1265,7 @@ stages:
12651265
12661266 # Check - "Xamarin.Android (Designer Tests Windows)"
12671267 - job : designer_integration_win
1268- displayName : Windows
1268+ displayName : Windows > Tests > Designer Integration
12691269 pool :
12701270 vmImage : $(HostedWinImage)
12711271 timeoutInMinutes : 120
@@ -1352,7 +1352,7 @@ stages:
13521352 jobs :
13531353 # Check - "Xamarin.Android (BCL Emulator Tests macOS)"
13541354 - job : mac_bcl_tests
1355- displayName : macOS
1355+ displayName : macOS > Tests > BCL (Emulator)
13561356 pool :
13571357 vmImage : $(HostedMacImage)
13581358 timeoutInMinutes : 180
0 commit comments