Skip to content

Commit fc4dca1

Browse files
Merge pull request #1472 from gruntwork-io/update_resource
Update resource
2 parents 5abf9f0 + 2a9361a commit fc4dca1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ version: 2
110110
jobs:
111111
setup:
112112
<<: *env
113+
resource_class: xlarge
113114
docker:
114115
- image: cimg/python:3.10.2
115116

@@ -178,7 +179,7 @@ jobs:
178179
# run tests with terraform binary
179180
test_terraform:
180181
<<: *defaults
181-
resource_class: large
182+
resource_class: xlarge
182183
steps:
183184
- attach_workspace:
184185
at: /home/circleci
@@ -338,6 +339,7 @@ jobs:
338339

339340
helm_test:
340341
<<: *defaults
342+
resource_class: large
341343
steps:
342344
- attach_workspace:
343345
at: /home/circleci

0 commit comments

Comments
 (0)