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

This commit is contained in:
Brian Seeders 2020-12-18 17:39:32 -05:00 committed by GitHub
parent 646a34043a
commit e3e166e05a
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}'"