Skip to content

Commit b344cba

Browse files
authored
Fix pool used to generate manifests during release builds (PowerShell#392)
* use standard build pool * use windows latest image * run all windows builds in parallel
1 parent 7827aea commit b344cba

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.vsts-ci/releaseStage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ stages:
4040
ACR: yes
4141
# failure rate is High in ACR for Windows and we have few images.
4242
# No reason to stress the system.
43-
maxParallel: 1
43+
maxParallel: 3

.vsts-ci/releasebuild.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,12 @@ stages:
3232
displayName: Create Preview Manifest Lists
3333
condition: succeededOrFailed()
3434
pool:
35-
name: Package ES Standard Build
35+
vmImage: windows-latest
3636
timeoutInMinutes: 30
3737

3838
steps:
3939
- template: manifestSteps.yml
40+
4041
- job: StableManifestPhase
4142
variables:
4243
releaseTag: $(stableReleaseTag)
@@ -46,11 +47,12 @@ stages:
4647

4748
condition: succeededOrFailed()
4849
pool:
49-
name: Package ES Standard Build
50+
vmImage: windows-latest
5051
timeoutInMinutes: 30
5152

5253
steps:
5354
- template: manifestSteps.yml
55+
5456
- stage: GenerateTagsYaml
5557
dependsOn: []
5658
jobs:

0 commit comments

Comments
 (0)