Skip to content

Commit 76f80ea

Browse files
authored
Consistent CI job names (atom#21327)
* consistent job names
1 parent 3d3e7e7 commit 76f80ea

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

script/vsts/platforms/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
jobs:
22
- job: macOS_build
3-
displayName: macOS build
3+
displayName: macOS Build
44
dependsOn: GetReleaseVersion
55
timeoutInMinutes: 180
66

@@ -47,7 +47,7 @@ jobs:
4747
condition: succeeded()
4848

4949
- job: macOS_tests
50-
displayName: macOS test
50+
displayName: macOS Tests
5151
dependsOn: macOS_build
5252
timeoutInMinutes: 180
5353
pool:

script/vsts/platforms/templates/get-release-version.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ parameters:
99
jobs:
1010

1111
- job: GetReleaseVersion
12+
displayName: Get Release Version
1213
pool:
1314
vmImage: 'ubuntu-latest'
1415
steps:

script/vsts/platforms/windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
jobs:
22
- job: Windows_build
3+
displayName: Windows Build
34
dependsOn: GetReleaseVersion
45
timeoutInMinutes: 180
56
strategy:
@@ -72,6 +73,7 @@ jobs:
7273
condition: and(succeeded(), eq(variables['IsReleaseBranch'], 'true'))
7374

7475
- job: Windows_tests
76+
displayName: Windows Tests
7577
dependsOn: Windows_build
7678
timeoutInMinutes: 180
7779
strategy:

0 commit comments

Comments
 (0)