Skip to content

Commit

Permalink
[CI] Bump intake instance size (#85082) (#85099)
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Seeders <[email protected]>
  • Loading branch information
mistic and brianseeders authored Dec 6, 2020
1 parent d22bb25 commit b753326
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vars/workers.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ def label(size) {
return 'docker && linux && immutable'
case 's-highmem':
return 'docker && tests-s'
case 'm-highmem':
return 'docker && linux && immutable && gobld/machineType:n1-highmem-8'
case 'l':
return 'docker && tests-l'
case 'xl':
Expand Down Expand Up @@ -132,7 +134,7 @@ def ci(Map params, Closure closure) {
// Worker for running the current intake jobs. Just runs a single script after bootstrap.
def intake(jobName, String script) {
return {
ci(name: jobName, size: 's-highmem', ramDisk: true) {
ci(name: jobName, size: 'm-highmem', ramDisk: true) {
withEnv(["JOB=${jobName}"]) {
kibanaPipeline.notifyOnError {
runbld(script, "Execute ${jobName}")
Expand Down

0 comments on commit b753326

Please sign in to comment.