Skip to content

Commit

Permalink
Update resource
Browse files Browse the repository at this point in the history
  • Loading branch information
james03160927 committed Nov 14, 2024
1 parent 5686dc5 commit 2a9361a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ version: 2
jobs:
setup:
<<: *env
resource_class: xlarge
docker:
- image: cimg/python:3.10.2

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -338,6 +339,7 @@ jobs:

helm_test:
<<: *defaults
resource_class: large
steps:
- attach_workspace:
at: /home/circleci
Expand Down

0 comments on commit 2a9361a

Please sign in to comment.