Browse Source

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

John Kleinschmidt 3 years ago
parent
commit
3663f8e0ae
1 changed files with 2 additions and 4 deletions
  1. 2 4
      .circleci/build_config.yml

+ 2 - 4
.circleci/build_config.yml

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