File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 850850/eng /pipelines /templates /jobs /tests-nightly-python.yml @ lmazuel @ mccoyp
851851/eng /pipelines /aggregate-reports.yml @ lmazuel @ mccoyp @ YalinLi0312 @ kristapratico
852852/eng /common /pipelines /codeowners-linter.yml @ lmazuel @ mccoyp
853+ /eng /pipelines /docindex.yml @ danieljurek @ scbedd @ weshaggard @ benbp
853854
854855# Add approvers for typespec-python emitter version updates
855856/eng /emitter-package.json @ mccoyp @ catalinaperalta @ kristapratico @ iscai-msft
Original file line number Diff line number Diff line change @@ -21,13 +21,14 @@ parameters:
2121
2222variables :
2323 - template : /eng/pipelines/templates/variables/globals.yml
24+ - template : /eng/pipelines/templates/variables/image.yml
2425jobs :
2526 - template : /eng/common/pipelines/templates/jobs/docindex.yml
2627
2728 - job : UpdateDocsMsBuildConfig
2829 pool :
29- name : azsdk-pool-mms-ubuntu-2004-general
30- vmImage : Ubuntu20.04
30+ name : $(LINUXPOOL)
31+ demands : $(LinuxImageDemand)
3132 variables :
3233 DocRepoLocation : $(Pipeline.Workspace)/docs
3334 DocRepoOwner : MicrosoftDocs
Original file line number Diff line number Diff line change @@ -25,3 +25,5 @@ variables:
2525 - name : MACOS
2626 value : macOS
2727
28+ - name : LinuxImageDemand
29+ value : ImageOverride -equals $(LINUXVMIMAGE)
You can’t perform that action at this time.
0 commit comments