-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
This introduces new templates from #75473 needed to switch over the .NET 6 servicing branch to 1ES templates. Once this is merged, #102681 (along with some pool provider updates) should be all we need to switch release/6.0-staging over to 1ES templates.
- Loading branch information
1 parent
318da1f
commit 30900da
Showing
68 changed files
with
5,261 additions
and
5,092 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
79 changes: 79 additions & 0 deletions
79
eng/pipelines/common/templates/pipeline-with-resources.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
parameters: | ||
- name: stages | ||
type: stageList | ||
|
||
resources: | ||
containers: | ||
- container: Linux_arm | ||
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-arm-20220907130538-70ed2e8 | ||
env: | ||
ROOTFS_DIR: /crossrootfs/arm | ||
|
||
- container: Linux_armv6 | ||
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-20.04-cross-armv6-raspbian-10-20211208135931-e6e3ac4 | ||
env: | ||
ROOTFS_DIR: /crossrootfs/armv6 | ||
|
||
- container: Linux_arm64 | ||
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-16.04-cross-arm64-20210719121212-8a8d3be | ||
env: | ||
ROOTFS_DIR: /crossrootfs/arm64 | ||
|
||
- container: Linux_musl_x64 | ||
image: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.13-WithNode-20210910135845-c401c85 | ||
|
||
- container: Linux_musl_arm | ||
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-arm-alpine-20220915134743-78f7860 | ||
env: | ||
ROOTFS_DIR: /crossrootfs/arm | ||
|
||
- container: Linux_musl_arm64 | ||
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-16.04-cross-arm64-alpine-20210719121212-b2c2436 | ||
env: | ||
ROOTFS_DIR: /crossrootfs/arm64 | ||
# This container contains all required toolsets to build for Android and for Linux with bionic libc. | ||
|
||
- container: Linux_bionic | ||
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-android-20200422191843-e2c3f83 | ||
|
||
- container: Linux_x64 | ||
image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-20210714125435-9b5bbc2 | ||
|
||
- container: Linux_x86 | ||
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-x86-linux-20211022152824-f853169 | ||
env: | ||
ROOTFS_DIR: /crossrootfs/x86 | ||
|
||
- container: SourceBuild_Linux_x64 | ||
image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-source-build-20210714125450-5d87b80 | ||
|
||
- container: Linux_s390x | ||
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-s390x-20201102145728-d6e0352 | ||
env: | ||
ROOTFS_DIR: /crossrootfs/s390x | ||
|
||
- container: Linux_ppc64le | ||
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-ppc64le-20220531132048-b9de666 | ||
env: | ||
ROOTFS_DIR: /crossrootfs/ppc64le | ||
|
||
- container: Browser_wasm | ||
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-webassembly-20210531091624-f5c7a43 | ||
|
||
- container: FreeBSD_x64 | ||
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-freebsd-12-20210917001307-f13d79e | ||
env: | ||
ROOTFS_DIR: /crossrootfs/x64 | ||
|
||
- container: Tizen_armel | ||
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-armel-tizen-20210719212651-8b02f56 | ||
env: | ||
ROOTFS_DIR: /crossrootfs/armel | ||
|
||
- container: debpkg | ||
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-debpkg-20220504035737-cfdd435 | ||
|
||
- container: rpmpkg | ||
image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-8-rpmpkg-20210714125410-daa5116 | ||
|
||
stages: ${{ parameters.stages }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
eng/pipelines/common/templates/single-stage-pipeline-with-resources.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
parameters: | ||
- name: jobs | ||
type: jobList | ||
|
||
extends: | ||
template: pipeline-with-resources.yml | ||
parameters: | ||
stages: | ||
- stage: Build | ||
jobs: ${{ parameters.jobs }} |
Oops, something went wrong.