From 8d4a1fdea751cbe1cafb4d21e934333b2ad83268 Mon Sep 17 00:00:00 2001 From: Bill Wert Date: Fri, 1 Mar 2019 14:17:23 -0800 Subject: [PATCH] Disable ARM64 CI job Until #333 is fixed we'll not try to run the ARM64 jobs so other runs can have clean checks. --- README.md | 5 ++--- azure-pipelines.yml | 30 +++++++++++++++--------------- 2 files changed, 17 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 2cab8194c71..af47f63a227 100644 --- a/README.md +++ b/README.md @@ -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 | @@ -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) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e15c684dc2a..d57c35b81f0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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 @@ -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