Skip to content

Commit 2ccdaf8

Browse files
authored
[release/5.0] Use NetCorePublic-Pool pool instead of AzDO hosted pool for Browser jobs (#43589) (#43598)
The hosted pool runs into no disk space issues.
1 parent 39adc83 commit 2ccdaf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/pipelines/common/xplat-setup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,12 @@ jobs:
103103
${{ if eq(parameters.jobParameters.pool, '') }}:
104104
pool:
105105
# Public Linux Build Pool
106-
${{ if and(in(parameters.osGroup, 'Linux', 'FreeBSD'), eq(variables['System.TeamProject'], 'public')) }}:
106+
${{ if and(in(parameters.osGroup, 'Linux', 'FreeBSD', 'Browser'), eq(variables['System.TeamProject'], 'public')) }}:
107107
name: NetCorePublic-Pool
108108
queue: BuildPool.Ubuntu.1604.Amd64.Open
109109

110110
# Official Build Linux Pool
111-
${{ if and(in(parameters.osGroup, 'Linux', 'FreeBSD'), ne(variables['System.TeamProject'], 'public')) }}:
111+
${{ if and(in(parameters.osGroup, 'Linux', 'FreeBSD', 'Browser'), ne(variables['System.TeamProject'], 'public')) }}:
112112
name: NetCoreInternal-Pool
113113
queue: BuildPool.Ubuntu.1604.Amd64
114114

0 commit comments

Comments
 (0)