Skip to content

Commit aa2525c

Browse files
authored
[CI] Bump intake instance size (#85082)
1 parent 9073aec commit aa2525c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vars/workers.groovy

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ def label(size) {
99
return 'docker && linux && immutable'
1010
case 's-highmem':
1111
return 'docker && tests-s'
12+
case 'm-highmem':
13+
return 'docker && linux && immutable && gobld/machineType:n1-highmem-8'
1214
case 'l':
1315
return 'docker && tests-l'
1416
case 'xl':
@@ -132,7 +134,7 @@ def ci(Map params, Closure closure) {
132134
// Worker for running the current intake jobs. Just runs a single script after bootstrap.
133135
def intake(jobName, String script) {
134136
return {
135-
ci(name: jobName, size: 's-highmem', ramDisk: true) {
137+
ci(name: jobName, size: 'm-highmem', ramDisk: true) {
136138
withEnv(["JOB=${jobName}"]) {
137139
kibanaPipeline.notifyOnError {
138140
runbld(script, "Execute ${jobName}")

0 commit comments

Comments
 (0)