Skip to content

Commit

Permalink
Disable ARM64 CI job
Browse files Browse the repository at this point in the history
Until dotnet#333 is fixed we'll not try to run the ARM64 jobs so other runs can have clean checks.
  • Loading branch information
billwert committed Mar 1, 2019
1 parent 1c89e33 commit 8d4a1fd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This project has adopted the code of conduct defined by the Contributor Covenant

| Framework | Windows RS4 x64 | Windows RS4 x86 | Ubuntu 16.04 x64 | Ubuntu 16.04 ARM64 |
| :-------- | :-----------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------: |
| Core 3.0 | [![CoreFX_windows_RS4_x64_netcoreapp3.0_icon]][CoreFX_windows_RS4_x64_netcoreapp3.0_status] | [![CoreFX_windows_RS4_x86_netcoreapp3.0_icon]][CoreFX_windows_RS4_x86_netcoreapp3.0_status] | [![CoreFX_ubuntu_1604_x64_netcoreapp3.0_icon]][CoreFX_ubuntu_1604_x64_netcoreapp3.0_status] | [![CoreFX_ubuntu_1604_arm64_netcoreapp3.0_icon]][CoreFX_ubuntu_1604_arm64_netcoreapp3.0_status] |
| Core 3.0 | [![CoreFX_windows_RS4_x64_netcoreapp3.0_icon]][CoreFX_windows_RS4_x64_netcoreapp3.0_status] | [![CoreFX_windows_RS4_x86_netcoreapp3.0_icon]][CoreFX_windows_RS4_x86_netcoreapp3.0_status] | [![CoreFX_ubuntu_1604_x64_netcoreapp3.0_icon]][CoreFX_ubuntu_1604_x64_netcoreapp3.0_status] | Disabled |
| Core 2.2 | [![CoreFX_windows_RS4_x64_netcoreapp2.2_icon]][CoreFX_windows_RS4_x64_netcoreapp2.2_status] | | [![CoreFX_ubuntu_1604_x64_netcoreapp2.2_icon]][CoreFX_ubuntu_1604_x64_netcoreapp2.2_status] | N/A |
| Core 2.1 | [![CoreFX_windows_RS4_x64_netcoreapp2.1_icon]][CoreFX_windows_RS4_x64_netcoreapp2.1_status] | | [![CoreFX_ubuntu_1604_x64_netcoreapp2.1_icon]][CoreFX_ubuntu_1604_x64_netcoreapp2.1_status] | N/A |
| Core 2.0 | [![CoreFX_windows_RS4_x64_netcoreapp2.0_icon]][CoreFX_windows_RS4_x64_netcoreapp2.0_status] | | [![CoreFX_ubuntu_1604_x64_netcoreapp2.0_icon]][CoreFX_ubuntu_1604_x64_netcoreapp2.0_status] | N/A |
Expand All @@ -35,13 +35,12 @@ This project has adopted the code of conduct defined by the Contributor Covenant

| Framework | Windows RS4 x64 | Windows RS4 x86 | Ubuntu 16.04 x64 | Ubuntu 16.04 ARM64 |
| :-------- | :-------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------: |
| Core 3.0 | [![CoreCLR_windows_RS4_x64_netcoreapp3.0_icon]][CoreCLR_windows_RS4_x64_netcoreapp3.0_status] | [![CoreCLR_windows_RS4_x86_netcoreapp3.0_icon]][CoreCLR_windows_RS4_x86_netcoreapp3.0_status] | [![CoreCLR_ubuntu_1604_x64_netcoreapp3.0_icon]][CoreCLR_ubuntu_1604_x64_netcoreapp3.0_status] | [![CoreCLR_ubuntu_1604_arm64_netcoreapp3.0_icon]][CoreCLR_ubuntu_1604_arm64_netcoreapp3.0_status] |
| Core 3.0 | [![CoreCLR_windows_RS4_x64_netcoreapp3.0_icon]][CoreCLR_windows_RS4_x64_netcoreapp3.0_status] | [![CoreCLR_windows_RS4_x86_netcoreapp3.0_icon]][CoreCLR_windows_RS4_x86_netcoreapp3.0_status] | [![CoreCLR_ubuntu_1604_x64_netcoreapp3.0_icon]][CoreCLR_ubuntu_1604_x64_netcoreapp3.0_status] | Disabled |
| Core 2.2 | [![CoreCLR_windows_RS4_x64_netcoreapp2.2_icon]][CoreCLR_windows_RS4_x64_netcoreapp2.2_status] | | [![CoreCLR_ubuntu_1604_x64_netcoreapp2.2_icon]][CoreCLR_ubuntu_1604_x64_netcoreapp2.2_status] | N/A |
| Core 2.1 | [![CoreCLR_windows_RS4_x64_netcoreapp2.1_icon]][CoreCLR_windows_RS4_x64_netcoreapp2.1_status] | | [![CoreCLR_ubuntu_1604_x64_netcoreapp2.1_icon]][CoreCLR_ubuntu_1604_x64_netcoreapp2.1_status] | N/A |
| Core 2.0 | [![CoreCLR_windows_RS4_x64_netcoreapp2.0_icon]][CoreCLR_windows_RS4_x64_netcoreapp2.0_status] | | [![CoreCLR_ubuntu_1604_x64_netcoreapp2.0_icon]][CoreCLR_ubuntu_1604_x64_netcoreapp2.0_status] | N/A |
| .NET | [![CoreCLR_windows_RS4_x64_net461_icon]][CoreCLR_windows_RS4_x64_net461_status] | | N/A | N/A |


[//]: # (These are the CoreFX links)

[//]: # (These are the windows x64 links)
Expand Down
30 changes: 15 additions & 15 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ resources:
containers:
- container: ubuntu_x64_build_container
image: microsoft/dotnet-buildtools-prereqs:ubuntu-16.04-c103199-20180628134544
- container: ubuntu_1604_arm64_cross_container
image: microsoft/dotnet-buildtools-prereqs:ubuntu-16.04-cross-arm64-a3ae44b-20180315221921
# - container: ubuntu_1604_arm64_cross_container
# image: microsoft/dotnet-buildtools-prereqs:ubuntu-16.04-cross-arm64-a3ae44b-20180315221921

trigger:
- master
Expand Down Expand Up @@ -100,16 +100,16 @@ jobs:
frameworks: # for private jobs we want to benchmark .NET Core 3.0 only
- netcoreapp3.0

# Ubuntu 1604 ARM64 micro benchmarks, public correctness job
- ${{ if eq(variables['System.TeamProject'], 'public') }}:
- template: /eng/performance/benchmark_jobs.yml
parameters:
osName: ubuntu
osVersion: 1604
kind: micro
architecture: arm64
pool: Hosted Ubuntu 1604
queue: Ubuntu.1604.Arm64.Open
container: ubuntu_1604_arm64_cross_container
frameworks: # currently ARM64 is supported only by .NET Core 3.0 https://github.com/dotnet/core/blob/master/release-notes/3.0/3.0-supported-os.md
- netcoreapp3.0
# # Ubuntu 1604 ARM64 micro benchmarks, public correctness job
# - ${{ if eq(variables['System.TeamProject'], 'public') }}:
# - template: /eng/performance/benchmark_jobs.yml
# parameters:
# osName: ubuntu
# osVersion: 1604
# kind: micro
# architecture: arm64
# pool: Hosted Ubuntu 1604
# queue: Ubuntu.1604.Arm64.Open
# container: ubuntu_1604_arm64_cross_container
# frameworks: # currently ARM64 is supported only by .NET Core 3.0 https://github.com/dotnet/core/blob/master/release-notes/3.0/3.0-supported-os.md
# - netcoreapp3.0

0 comments on commit 8d4a1fd

Please sign in to comment.