Skip to content

Commit

Permalink
Consistent CI job names (atom#21327)
Browse files Browse the repository at this point in the history
* consistent job names
  • Loading branch information
Aerijo authored Oct 6, 2020
1 parent 3d3e7e7 commit 76f80ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/vsts/platforms/macos.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
jobs:
- job: macOS_build
displayName: macOS build
displayName: macOS Build
dependsOn: GetReleaseVersion
timeoutInMinutes: 180

Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
condition: succeeded()

- job: macOS_tests
displayName: macOS test
displayName: macOS Tests
dependsOn: macOS_build
timeoutInMinutes: 180
pool:
Expand Down
1 change: 1 addition & 0 deletions script/vsts/platforms/templates/get-release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ parameters:
jobs:

- job: GetReleaseVersion
displayName: Get Release Version
pool:
vmImage: 'ubuntu-latest'
steps:
Expand Down
2 changes: 2 additions & 0 deletions script/vsts/platforms/windows.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
jobs:
- job: Windows_build
displayName: Windows Build
dependsOn: GetReleaseVersion
timeoutInMinutes: 180
strategy:
Expand Down Expand Up @@ -72,6 +73,7 @@ jobs:
condition: and(succeeded(), eq(variables['IsReleaseBranch'], 'true'))

- job: Windows_tests
displayName: Windows Tests
dependsOn: Windows_build
timeoutInMinutes: 180
strategy:
Expand Down

0 comments on commit 76f80ea

Please sign in to comment.