Skip to content

Commit

Permalink
Merge branch 'master' into updatecli_master_04b8a347a72ce9b63c57d30f4…
Browse files Browse the repository at this point in the history
…7d1466887f35fcae7350f100cc85d0dd91226ab
  • Loading branch information
dduportal committed Jul 25, 2024
2 parents f93e2b2 + 0cbc6e6 commit f81569c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
def agentSelector(String imageType) {
// Image type running on a Linux agent
if (imageType == 'linux') {
return 'linux'
// Need Docker and a LOT of memory for faster builds (due to multi archs) or fallback to linux (trusted.ci)
return 'docker-highmem || linux'
}
// Image types running on a Windows Server Core 2022 agent
if (imageType.contains('2022')) {
Expand Down

0 comments on commit f81569c

Please sign in to comment.