From 6375454fe63032f7599f3b67a2647b421fcb18e0 Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Fri, 7 Feb 2020 16:24:19 -0800 Subject: [PATCH] ci: bump CircleCi test job to xlarge2 CI job (#33927) Now that large integration tests are running locally in parallel (they can't run on RBE yet as they require network access for yarn install), this test is running out of memory consistently with the xlarge machine PR Close #33927 --- .circleci/config.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 24cda9c5d8..3df0ffc506 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -294,7 +294,11 @@ jobs: test: executor: name: default-executor - resource_class: xlarge + # Now that large integration tests are running locally in parallel (they can't run on RBE yet + # as they require network access for yarn install), this test is running out of memory + # consistently with the xlarge machine. + # TODO: switch back to xlarge once integration tests are running on remote-exec + resource_class: 2xlarge steps: - custom_attach_workspace - init_environment