chore(repo): use extra-large resource class for memory intensive nx-dev build (#29285)

This commit is contained in:
James Henry 2024-12-10 16:26:26 +04:00 committed by GitHub
parent 0af50a9f9d
commit d2564c6292
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -56,8 +56,8 @@ launch-templates:
- name: Install zip and unzip
script: sudo apt-get -yqq install zip unzip
linux-large:
resource-class: 'docker_linux_amd64/large'
linux-extra-large:
resource-class: 'docker_linux_amd64/extra_large'
image: 'ubuntu22.04-node20.11-v10'
env:
GIT_AUTHOR_EMAIL: test@test.com

View File

@ -1,10 +1,10 @@
distribute-on:
default: auto linux-medium, 1 linux-large
default: auto linux-medium, 1 linux-extra-large
assignment-rules:
- project: nx-dev
target: build-base
runs-on:
- linux-large
- linux-extra-large
- target: test
runs-on:
- linux-medium