Skip to content

Commit f41efa5

Browse files
committed
[ci] Rename job names
TODO: Rationale
1 parent ace5f71 commit f41efa5

File tree

6 files changed

+23
-23
lines changed

6 files changed

+23
-23
lines changed

build-tools/automation/azure-pipelines-nightly.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ stages:
3131
dependsOn: []
3232
jobs:
3333
- job: mac_build_create_installers
34-
displayName: macOS
34+
displayName: macOS > Create Installers
3535
pool:
3636
name: VSEng-Xamarin-RedmondMac-Android-Untrusted
3737
demands: macOS.Name -equals Monterey
@@ -65,7 +65,7 @@ stages:
6565
- group: xamops-azdev-secrets
6666
jobs:
6767
- job: emulator_tests
68-
displayName: Emulator
68+
displayName: macOS > Tests > APKs (Emulator)
6969
timeoutInMinutes: 180
7070
cancelTimeoutInMinutes: 2
7171
strategy:

build-tools/automation/azure-pipelines-oss.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ stages:
3131
condition: eq(variables['EnableMacStage'], 'true') # The variable is defined on the pipeline definition
3232
jobs:
3333
- job: mac_build
34-
displayName: Mac Build
34+
displayName: macOS > Build
3535
pool:
3636
name: VSEng-Xamarin-RedmondMac-Android-OSS
3737
demands:
@@ -148,7 +148,7 @@ stages:
148148
dependsOn: [] # Run stage in parallel
149149
jobs:
150150
- job: linux_build_package
151-
displayName: Linux Build
151+
displayName: Linux > Build
152152
pool: android-public-ubuntu-vmss
153153
timeoutInMinutes: 180
154154
cancelTimeoutInMinutes: 5

build-tools/automation/azure-pipelines.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
8282
stages:
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

build-tools/automation/yaml-templates/run-msbuild-device-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ parameters:
1111

1212
jobs:
1313
- job: ${{ parameters.job_name }}
14-
displayName: MSBuild With Emulator - macOS-${{ parameters.node_id }} - ${{ parameters.job_suffix }}
14+
displayName: macOS > Tests > MSBuild+Emulator ${{ parameters.job_suffix }} \#${{ parameters.node_id }}
1515
pool:
1616
vmImage: $(HostedMacImage)
1717
timeoutInMinutes: 90

build-tools/automation/yaml-templates/run-msbuild-mac-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ parameters:
1212

1313
jobs:
1414
- job: ${{ parameters.job_name }}
15-
displayName: MSBuild ${{ parameters.job_suffix }} - macOS-${{ parameters.node_id }}
15+
displayName: macOS > Tests > MSBuild ${{ parameters.job_suffix }} \#${{ parameters.node_id }}
1616
pool:
1717
vmImage: $(HostedMacImage)
1818
timeoutInMinutes: 180

build-tools/automation/yaml-templates/run-msbuild-win-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ parameters:
1313

1414
jobs:
1515
- job: ${{ parameters.job_name }}
16-
displayName: MSBuild ${{ parameters.job_suffix }} - Windows-${{ parameters.node_id }}/${{ parameters.additional_node_id }}
16+
displayName: Windows > Tests > MSBuild ${{ parameters.job_suffix }} \#${{ parameters.node_id }}/${{ parameters.additional_node_id }}
1717
pool: $(1ESWindowsPool)
1818
timeoutInMinutes: 180
1919
cancelTimeoutInMinutes: 5

0 commit comments

Comments
 (0)