Skip to content

Commit

Permalink
Import pool providers (#100851)
Browse files Browse the repository at this point in the history
Import pool-providers in common variables. This should allow all stages access to the pool provider variables.
  • Loading branch information
agocke authored Apr 10, 2024
1 parent 242a6aa commit f8624ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions eng/pipelines/common/variables.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
parameters:
- name: templatePath
type: string
default: 'templates'

variables:

# These values enable longer delays, configurable number of retries, and special understanding of TCP hang-up
Expand Down Expand Up @@ -54,3 +59,5 @@ variables:
eq(variables['isRollingBuild'], true))) ]

- template: /eng/pipelines/common/perf-variables.yml

- template: /eng/common/${{ parameters.templatePath }}/variables/pool-providers.yml
2 changes: 2 additions & 0 deletions eng/pipelines/runtime-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ pr: none

variables:
- template: /eng/pipelines/common/variables.yml
parameters:
templatePath: 'templates-official'
- template: /eng/pipelines/common/internal-variables.yml
parameters:
teamName: dotnet-core-acquisition
Expand Down

0 comments on commit f8624ee

Please sign in to comment.