From 2a9361a2da502da774c9898c595fc22599d5a607 Mon Sep 17 00:00:00 2001 From: James Kwon <96548424+hongil0316@users.noreply.github.com> Date: Wed, 13 Nov 2024 21:25:01 -0500 Subject: [PATCH] Update resource --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7bf50dac5..1434159eb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -110,6 +110,7 @@ version: 2 jobs: setup: <<: *env + resource_class: xlarge docker: - image: cimg/python:3.10.2 @@ -178,7 +179,7 @@ jobs: # run tests with terraform binary test_terraform: <<: *defaults - resource_class: large + resource_class: xlarge steps: - attach_workspace: at: /home/circleci @@ -338,6 +339,7 @@ jobs: helm_test: <<: *defaults + resource_class: large steps: - attach_workspace: at: /home/circleci