Skip to content

Commit 87eb5a2

Browse files
Revert daily-ci to Azure-Pipelines-1ESPT-ExDShared pool; raise Maven heap to 3g
The 1es-ubuntu-latest-m pool ships deprecated v1 1ES Linux prerequisites which break the network-isolated GitHub checkout. Revert to the previously working pool and address the original heap space failure via MAVEN_OPTS -Xmx3072m instead. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 7407347 commit 87eb5a2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.azure-pipelines/daily-ci-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ extends:
2020
template: v1/1ES.Unofficial.PipelineTemplate.yml@1ESPipelineTemplates
2121
parameters:
2222
pool:
23-
name: 1es-ubuntu-latest-m
23+
name: Azure-Pipelines-1ESPT-ExDShared
24+
image: ubuntu-latest
2425
os: linux
2526
sdl:
2627
sourceAnalysisPool:
@@ -83,3 +84,4 @@ extends:
8384
javaHomeOption: 'JDKVersion'
8485
jdkVersionOption: '1.17'
8586
jdkArchitectureOption: 'x64'
87+
mavenOptions: '-Xmx3072m'

0 commit comments

Comments
 (0)