File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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.
133135def 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} " )
You can’t perform that action at this time.
0 commit comments