[CI] Bump memory for main CI workers (#86541) (#86578)

This commit is contained in:
Brian Seeders 2020-12-18 19:55:48 -05:00 committed by GitHub
parent 9eb1ad5c4d
commit 2ab980a9b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ def label(size) {
case 'xl-highmem':
return 'docker && tests-xl-highmem'
case 'xxl':
return 'docker && tests-xxl'
return 'docker && tests-xxl && gobld/machineType:custom-64-270336'
}
error "unknown size '${size}'"