Skip to content

Commit e732387

Browse files
authored
Parameterize Linux AMD64 pool reference (#458)
1 parent 738ebfa commit e732387

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

eng/common/templates/stages/build-test-publish-repo.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ parameters:
1414
windowsAmdTestJobTimeout: 60
1515
windowsArmTestJobTimeout: 60
1616

17+
linuxAmdBuildPool: "Hosted Ubuntu 1604"
18+
linuxAmdBuildQueue: ""
19+
1720
stages:
1821

1922
################################################################################
@@ -32,7 +35,8 @@ stages:
3235
parameters:
3336
name: Build_Linux_amd64
3437
pool: # linuxAmd64Pool
35-
name: Hosted Ubuntu 1604
38+
name: ${{ parameters.linuxAmdBuildPool }}
39+
queue: ${{ parameters.linuxAmdBuildQueue }}
3640
matrix: dependencies.GenerateBuildMatrix.outputs['matrix.LinuxAmd64']
3741
dockerClientOS: linux
3842
buildJobTimeout: ${{ parameters.linuxAmdBuildJobTimeout }}

0 commit comments

Comments
 (0)