mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[CI] Bump intake instance size (#85082)
This commit is contained in:
parent
9073aec955
commit
aa2525c842
1 changed files with 3 additions and 1 deletions
|
@ -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':
|
||||
|
@ -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}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue