Skip to content

Commit

Permalink
Merge pull request #1873 from jaredpar/standard
Browse files Browse the repository at this point in the history
Disable Apline.38 ARM64 runs
  • Loading branch information
jaredpar authored Jan 18, 2020
2 parents 4c71c6c + 41dea28 commit f630c07
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions eng/pipelines/libraries/helix-queues-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@ jobs:
- (Alpine.310.Amd64.Open)ubuntu.1604.amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.10-helix-3043688-20190918214010
- (Alpine.311.Amd64.Open)ubuntu.1604.amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.11-helix-08e8e40-20200107182408

# Issue tracking this being re-enabled https://github.com/dotnet/runtime/issues/1723
# Linux musl arm64
- ${{ if eq(parameters.platform, 'Linux_musl_arm64') }}:
- ${{ if eq(parameters.jobParameters.isFullMatrix, true) }}:
- (Alpine.38.Arm64.Open)Ubuntu.1804.ArmArch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.8-helix-arm64v8-a45aeeb-20190620184035
#- ${{ if eq(parameters.platform, 'Linux_musl_arm64') }}:
# - ${{ if eq(parameters.jobParameters.isFullMatrix, true) }}:
# - (Alpine.38.Arm64.Open)Ubuntu.1804.ArmArch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.8-helix-arm64v8-a45aeeb-20190620184035

# Linux x64
- ${{ if eq(parameters.platform, 'Linux_x64') }}:
Expand Down

0 comments on commit f630c07

Please sign in to comment.