diff --git a/vars/workers.groovy b/vars/workers.groovy index a1d569595ab4b..dd634f3c25a32 100644 --- a/vars/workers.groovy +++ b/vars/workers.groovy @@ -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}'"