From 68f06c8dd608ff0455a94686e7d7c87298ffd103 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Mon, 14 Oct 2019 10:16:13 -0700 Subject: [PATCH] build: using the xlarge resource class for zonejs tests on CI (#33148) Fixes #33147 PR Close #33148 --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3612a1f4f0..1e141cad92 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -694,7 +694,9 @@ jobs: command: ./scripts/ci/run_angular_material_unit_tests.sh test_zonejs: - executor: default-executor + executor: + name: default-executor + resource_class: xlarge steps: - custom_attach_workspace - init_environment