Skip to content

Commit

Permalink
Merge pull request gruntwork-io#1472 from gruntwork-io/update_resource
Browse files Browse the repository at this point in the history
Update resource
  • Loading branch information
james03160927 authored Nov 16, 2024
2 parents 5abf9f0 + 2a9361a commit fc4dca1
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 fc4dca1

Please sign in to comment.