diff --git a/vars/workers.groovy b/vars/workers.groovy index b6ff5b27667dd..25c5d2c6ca85d 100644 --- a/vars/workers.groovy +++ b/vars/workers.groovy @@ -16,7 +16,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}'"