ci: use larger machine for docs only check (#33141)
This commit is contained in:
parent
41c81ed066
commit
3663f8e0ae
1 changed files with 2 additions and 4 deletions
|
@ -1552,11 +1552,9 @@ commands:
|
|||
jobs:
|
||||
# Layer 0: Docs. Standalone.
|
||||
ts-compile-doc-change:
|
||||
executor:
|
||||
name: linux-docker
|
||||
size: medium
|
||||
executor: linux-docker
|
||||
environment:
|
||||
<<: *env-linux-medium
|
||||
<<: *env-linux-2xlarge
|
||||
<<: *env-testing-build
|
||||
GCLIENT_EXTRA_ARGS: '--custom-var=checkout_arm=True --custom-var=checkout_arm64=True'
|
||||
<<: *steps-electron-ts-compile-for-doc-change
|
||||
|
|
Loading…
Add table
Reference in a new issue