Skip to content

Commit

Permalink
Temporarily disable Linux musl ARM testing in Helix (#42195)
Browse files Browse the repository at this point in the history
We need to disable it until the CLI for musl arm is produced.
  • Loading branch information
janvorli authored Sep 14, 2020
1 parent 736b304 commit cc68ca5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions eng/pipelines/coreclr/templates/helix-queues-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,12 @@ jobs:
- (Alpine.312.Amd64)[email protected]/dotnet-buildtools/prereqs:alpine-3.12-helix-20200602002622-e06dc59

# Linux musl arm32
- ${{ if eq(parameters.platform, 'Linux_musl_arm') }}:
- ${{ if eq(variables['System.TeamProject'], 'public') }}:
- (Alpine.312.Arm32.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.12-helix-arm32v7-20200908125213-5bece88
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
- (Alpine.312.Arm32)[email protected]/dotnet-buildtools/prereqs:alpine-3.12-helix-arm32v7-20200908125213-5bece88
# Temporarily disabled until CLI for musl-arm32 is available
#- ${{ if eq(parameters.platform, 'Linux_musl_arm') }}:
# - ${{ if eq(variables['System.TeamProject'], 'public') }}:
# - (Alpine.312.Arm32.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.12-helix-arm32v7-20200908125213-5bece88
# - ${{ if eq(variables['System.TeamProject'], 'internal') }}:
# - (Alpine.312.Arm32)[email protected]/dotnet-buildtools/prereqs:alpine-3.12-helix-arm32v7-20200908125213-5bece88

# Linux musl arm64
- ${{ if eq(parameters.platform, 'Linux_musl_arm64') }}:
Expand Down

0 comments on commit cc68ca5

Please sign in to comment.