Skip to content

Commit

Permalink
Remove ARM64 runs (#1604)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewScoggins authored Nov 20, 2020
1 parent 3852eed commit de2546b
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -479,37 +479,6 @@ jobs:
channels:
- master
#- release/5.0.1xx

# Ubuntu 1804 ARM64 micro benchmarks
- template: /eng/performance/benchmark_jobs.yml
parameters:
osName: ubuntu
osVersion: 1804
kind: micro
architecture: arm64
pool: Hosted Ubuntu 1604
queue: Ubuntu.1804.Arm64.Perf
container: ubuntu_x64_build_container
csproj: src/benchmarks/micro/MicroBenchmarks.csproj
runCategories: 'runtime libraries'
channels: # for private jobs we want to benchmark .NET Core 5.0 and 3.1
- master
- release/5.0.1xx

# Ubuntu 1804 ARM64 micro benchmarks
- template: /eng/performance/benchmark_jobs.yml
parameters:
osName: windows
osVersion: RS5
kind: micro
architecture: arm64
pool: Hosted VS2017
queue: Windows.10.Arm64.Perf
csproj: src/benchmarks/micro/MicroBenchmarks.csproj
runCategories: 'runtime libraries'
channels: # for private jobs we want to benchmark .NET Core 5.0 and 3.1
- master
- release/5.0.1xx

################################################
# Manually Triggered Job
Expand Down

0 comments on commit de2546b

Please sign in to comment.