Skip to content

Commit

Permalink
Add resource containers missing in Outerloop.yml (dotnet#37761)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorHofer authored May 17, 2019
1 parent c593210 commit b578d19
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions eng/pipelines/outerloop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,21 @@ resources:
- container: rhel7_container
image: microsoft/dotnet-buildtools-prereqs:rhel7_prereqs_2

- container: ubuntu_1604_arm64_cross_container
image: microsoft/dotnet-buildtools-prereqs:ubuntu-16.04-cross-arm64-a3ae44b-20180315221921
- container: rhel6_container
image: microsoft/dotnet-buildtools-prereqs:centos-6-376e1a3-20174311014331

- container: alpine_36_container
image: microsoft/dotnet-buildtools-prereqs:alpine-3.6-WithNode-f4d3fe3-20181213005010

- container: alpine_37_arm64_container
image: microsoft/dotnet-buildtools-prereqs:ubuntu-16.04-cross-arm64-alpine10fcdcf-20190208200917

- container: ubuntu_1604_arm64_cross_container
image: microsoft/dotnet-buildtools-prereqs:ubuntu-16.04-cross-arm64-a3ae44b-20180315221921

- container: ubuntu_1604_arm_cross_container
image: microsoft/dotnet-buildtools-prereqs:ubuntu-16.04-cross-ef0ac75-20175511035548

jobs:
# Windows outerloop legs
- ${{ if or(endsWith(variables['Build.DefinitionName'], 'windows'), endsWith(variables['Build.DefinitionName'], 'outerloop')) }}:
Expand Down

0 comments on commit b578d19

Please sign in to comment.