Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1ES pools update for release pipeline #16419

Merged
merged 1 commit into from
Jan 31, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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