Skip to content

Commit

Permalink
[CI] Bump memory for main CI workers (#86541)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Dec 18, 2020
1 parent 6a8726b commit d94d565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/workers.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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}'"
Expand Down

0 comments on commit d94d565

Please sign in to comment.