ci: use larger machine for docs only check (#33141)

This commit is contained in:
John Kleinschmidt 2022-03-03 16:57:21 -08:00 committed by GitHub
parent 41c81ed066
commit 3663f8e0ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1552,11 +1552,9 @@ commands:
jobs: jobs:
# Layer 0: Docs. Standalone. # Layer 0: Docs. Standalone.
ts-compile-doc-change: ts-compile-doc-change:
executor: executor: linux-docker
name: linux-docker
size: medium
environment: environment:
<<: *env-linux-medium <<: *env-linux-2xlarge
<<: *env-testing-build <<: *env-testing-build
GCLIENT_EXTRA_ARGS: '--custom-var=checkout_arm=True --custom-var=checkout_arm64=True' GCLIENT_EXTRA_ARGS: '--custom-var=checkout_arm=True --custom-var=checkout_arm64=True'
<<: *steps-electron-ts-compile-for-doc-change <<: *steps-electron-ts-compile-for-doc-change