Skip to content

Commit 46abf0e

Browse files
authored
[CI] Bump memory for main CI workers (#86541) (#86579)
1 parent fadcc14 commit 46abf0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vars/workers.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def label(size) {
1818
case 'xl-highmem':
1919
return 'docker && tests-xl-highmem'
2020
case 'xxl':
21-
return 'docker && tests-xxl'
21+
return 'docker && tests-xxl && gobld/machineType:custom-64-270336'
2222
}
2323

2424
error "unknown size '${size}'"

0 commit comments

Comments
 (0)