[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:
Jon 2023-10-27 08:08:48 -05:00 committed by GitHub
parent 134532384e
commit fafec28398
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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