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
This commit is contained in:
Greg Magolan 2020-02-07 16:24:19 -08:00 committed by Miško Hevery
parent 92b82605b9
commit 6375454fe6
1 changed files with 5 additions and 1 deletions

View File

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