Skip to content

Commit

Permalink
better matrixed builds, fixed macOS image
Browse files Browse the repository at this point in the history
  • Loading branch information
tobz committed Apr 12, 2020
1 parent d97182e commit 78a7e72
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 19 deletions.
12 changes: 6 additions & 6 deletions ci/azure-bench-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ jobs:
displayName: Bench Stable
strategy:
matrix:
Linux:
vmImage: ubuntu-16.04
MacOS:
vmImage: macOS-10.13
Windows:
vmImage: vs2017-win2016
"(Ubuntu 18.04)":
vmImage: ubuntu-18.04
"(macOS X Catalina)":
vmImage: macOS-10.15
"(Windows Server 2019)":
vmImage: windows-2019
pool:
vmImage: $(vmImage)

Expand Down
2 changes: 1 addition & 1 deletion ci/azure-rustfmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
- job: rustfmt
displayName: Check rustfmt
pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-18.04
steps:
- template: azure-install-rust.yml
parameters:
Expand Down
14 changes: 10 additions & 4 deletions ci/azure-test-minimum.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,18 @@ jobs:
displayName: Test Minimum
strategy:
matrix:
Linux:
"(Ubuntu 16.04)":
vmImage: ubuntu-16.04
MacOS:
vmImage: macOS-10.13
Windows:
"(Ubuntu 18.04)":
vmImage: ubuntu-18.04
"(macOS X Mojave)":
vmImage: macOS-10.14
"(macOS X Catalina)":
vmImage: macOS-10.15
"(Windows Server 2016)":
vmImage: vs2017-win2016
"(Windows Server 2019)":
vmImage: windows-2019
pool:
vmImage: $(vmImage)

Expand Down
14 changes: 10 additions & 4 deletions ci/azure-test-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,18 @@ jobs:
displayName: Test Nightly
strategy:
matrix:
Linux:
"(Ubuntu 16.04)":
vmImage: ubuntu-16.04
MacOS:
vmImage: macOS-10.13
Windows:
"(Ubuntu 18.04)":
vmImage: ubuntu-18.04
"(macOS X Mojave)":
vmImage: macOS-10.14
"(macOS X Catalina)":
vmImage: macOS-10.15
"(Windows Server 2016)":
vmImage: vs2017-win2016
"(Windows Server 2019)":
vmImage: windows-2019
pool:
vmImage: $(vmImage)

Expand Down
14 changes: 10 additions & 4 deletions ci/azure-test-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,18 @@ jobs:
displayName: Test Stable
strategy:
matrix:
Linux:
"(Ubuntu 16.04)":
vmImage: ubuntu-16.04
MacOS:
vmImage: macOS-10.13
Windows:
"(Ubuntu 18.04)":
vmImage: ubuntu-18.04
"(macOS X Mojave)":
vmImage: macOS-10.14
"(macOS X Catalina)":
vmImage: macOS-10.15
"(Windows Server 2016)":
vmImage: vs2017-win2016
"(Windows Server 2019)":
vmImage: windows-2019
pool:
vmImage: $(vmImage)

Expand Down

0 comments on commit 78a7e72

Please sign in to comment.