mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[ci/on-merge] Adjust check types queue (#170026)
n2-2-spot preemption are frequent enough that this is causing pipeline instability. This moves the instance size up to n2-4 This also removes the max-old-space-size definition I previously set. delanni helped me understand that we're spawning a tsc process with a memory limit already defined.
This commit is contained in:
parent
134532384e
commit
fafec28398
2 changed files with 2 additions and 2 deletions
|
@ -254,7 +254,7 @@ steps:
|
|||
- command: .buildkite/scripts/steps/check_types.sh
|
||||
label: 'Check Types'
|
||||
agents:
|
||||
queue: n2-2-spot
|
||||
queue: n2-4-spot
|
||||
timeout_in_minutes: 60
|
||||
retry:
|
||||
automatic:
|
||||
|
|
|
@ -7,4 +7,4 @@ source .buildkite/scripts/common/util.sh
|
|||
.buildkite/scripts/bootstrap.sh
|
||||
|
||||
echo --- Check Types
|
||||
node --max-old-space-size=4096 scripts/type_check
|
||||
node scripts/type_check
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue