From: Jon Fortescue Date: Wed, 13 Oct 2021 21:57:57 +0000 (-0700) Subject: Switch to 1ES servicing pools on release/stable (#2668) X-Git-Tag: submit/tizen/20220302.040122~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a0fea9bc9ac157afc8486c7ba4c18f9c97523914;p=platform%2Fcore%2Fdotnet%2Fdiagnostics.git Switch to 1ES servicing pools on release/stable (#2668) --- diff --git a/diagnostics.yml b/diagnostics.yml index 0ffba53fd..7f614db67 100644 --- a/diagnostics.yml +++ b/diagnostics.yml @@ -348,8 +348,8 @@ stages: - Alpine_cross64 condition: succeeded() pool: - name: NetCoreInternal-Pool - queue: BuildPool.Windows.10.Amd64.VS2019 + name: NetCore1ESPool-Svc-Internal + demands: ImageOverride -equals Build.Windows.10.Amd64.VS2019 enablePublishUsingPipelines: true enableMicrobuild: true artifacts: @@ -401,8 +401,8 @@ stages: dependsOn: Sign_Package_Publish publishUsingPipelines: true pool: - name: NetCoreInternal-Pool - queue: buildpool.windows.10.amd64.vs2019 + name: NetCore1ESPool-Svc-Internal + demands: ImageOverride -equals Build.windows.10.amd64.vs2019 - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - template: /eng/common/templates/post-build/post-build.yml diff --git a/eng/build.yml b/eng/build.yml index 65fd1d5f1..850e8cc91 100644 --- a/eng/build.yml +++ b/eng/build.yml @@ -33,13 +33,13 @@ jobs: pool: # Public Linux Build Pool ${{ if and(eq(parameters.osGroup, 'Linux'), eq(variables['System.TeamProject'], 'public')) }}: - name: NetCorePublic-Pool - queue: BuildPool.Ubuntu.1804.Amd64.Open + name: NetCore1ESPool-Svc-Public + demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open # Official Build Linux Pool ${{ if and(eq(parameters.osGroup, 'Linux'), ne(variables['System.TeamProject'], 'public')) }}: - name: NetCoreInternal-Pool - queue: BuildPool.Ubuntu.1804.Amd64 + name: NetCore1ESPool-Svc-Internal + demands: ImageOverride -equals Build.Ubuntu.1804.Amd64 # FreeBSD builds only in the internal project ${{ if and(eq(parameters.osGroup, 'FreeBSD'), ne(variables['System.TeamProject'], 'public')) }}: @@ -51,13 +51,13 @@ jobs: # Official Build Windows Pool ${{ if and(eq(parameters.osGroup, 'Windows_NT'), ne(variables['System.TeamProject'], 'public')) }}: - name: NetCoreInternal-Pool - queue: BuildPool.Windows.10.Amd64.VS2019 + name: NetCore1ESPool-Svc-Internal + demands: ImageOverride -equals Build.Windows.10.Amd64.VS2019 # Public Windows Build Pool ${{ if and(eq(parameters.osGroup, 'Windows_NT'), eq(variables['System.TeamProject'], 'public')) }}: - name: NetCorePublic-Pool - queue: BuildPool.Windows.10.Amd64.VS2019.Open + name: NetCore1ESPool-Svc-Public + demands: ImageOverride -equals Build.Windows.10.Amd64.VS2019.Open ${{ if and(ne(parameters.dockerImage, ''), ne(parameters.requiresCapPtraceContainer, 'true')) }}: container: ${{ parameters.dockerImage }}