Skip to content

Commit

Permalink
1ES pools update for release pipeline. (#16419)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdenny authored Jan 31, 2021
1 parent 1b0d99a commit 8e28ce6
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions eng/pipelines/templates/stages/archetype-python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ stages:
environment: github

pool:
vmImage: ubuntu-18.04
name: azsdk-pool-mms-ubuntu-1804-general
vmImage: MMSUbuntu18.04

strategy:
runOnce:
Expand Down Expand Up @@ -70,7 +71,8 @@ stages:
dependsOn: TagRepository

pool:
vmImage: ubuntu-18.04
name: azsdk-pool-mms-ubuntu-1804-general
vmImage: MMSUbuntu18.04

strategy:
runOnce:
Expand Down Expand Up @@ -128,7 +130,8 @@ stages:
dependsOn: PublishPackage

pool:
vmImage: windows-2019
name: azsdk-pool-mms-win-2019-general
vmImage: MMS2019

strategy:
runOnce:
Expand Down Expand Up @@ -163,7 +166,8 @@ stages:
dependsOn: PublishPackage

pool:
vmImage: ubuntu-18.04
name: azsdk-pool-mms-ubuntu-1804-general
vmImage: MMSUbuntu18.04

variables:
CIConfigs: "{'targets':[{'path_to_config':'ci-configs/packages-preview.json','Mode':'Preview','content_folder':'docs-ref-services/preview'},{'path_to_config':'ci-configs/packages-latest.json','mode':'Latest','content_folder':'docs-ref-services/latest'}]}"
Expand Down Expand Up @@ -213,7 +217,8 @@ stages:
dependsOn: PublishPackage

pool:
vmImage: ubuntu-18.04
name: azsdk-pool-mms-ubuntu-1804-general
vmImage: MMSUbuntu18.04

strategy:
runOnce:
Expand Down Expand Up @@ -254,7 +259,8 @@ stages:
displayName: "Publish package to daily feed"
condition: or(eq(variables['SetDevVersion'], 'true'), and(eq(variables['Build.Reason'],'Schedule'), eq(variables['System.TeamProject'], 'internal')))
pool:
vmImage: ubuntu-18.04
name: azsdk-pool-mms-ubuntu-1804-general
vmImage: MMSUbuntu18.04
steps:
- checkout: none
- download: current
Expand Down

0 comments on commit 8e28ce6

Please sign in to comment.