Skip to content

Commit

Permalink
Fixed failing circleci jobs (#3988)
Browse files Browse the repository at this point in the history
* Fixe go mod entry

* Updated build resources

* Updated resources allocation
  • Loading branch information
denis256 authored Mar 8, 2025
1 parent 8f195e7 commit 022e887
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ jobs:
path: logs

integration_test_tofu_only:
resource_class: medium
resource_class: "medium+"
<<: *defaults
<<: *env
steps:
Expand Down Expand Up @@ -461,6 +461,7 @@ jobs:
path: logs

integration_test_tofu_aws:
resource_class: "large"
<<: *defaults
<<: *env
steps:
Expand All @@ -479,6 +480,7 @@ jobs:
path: logs

integration_test_terraform_aws:
resource_class: "medium+"
<<: *defaults
<<: *env
steps:
Expand All @@ -495,6 +497,7 @@ jobs:
path: logs

integration_test_terraform_latest_aws:
resource_class: "medium+"
<<: *defaults
<<: *env
steps:
Expand Down
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ require (
gopkg.in/ini.v1 v1.67.0
)

require github.com/aws/aws-sdk-go-v2/service/s3 v1.74.0

require (
atomicgo.dev/cursor v0.2.0 // indirect
atomicgo.dev/keyboard v0.2.9 // indirect
Expand Down Expand Up @@ -144,7 +146,6 @@ require (
github.com/aws/aws-sdk-go-v2/service/lambda v1.69.0 // indirect
github.com/aws/aws-sdk-go-v2/service/rds v1.91.0 // indirect
github.com/aws/aws-sdk-go-v2/service/route53 v1.46.2 // indirect
github.com/aws/aws-sdk-go-v2/service/s3 v1.74.0 // indirect
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.34.6 // indirect
github.com/aws/aws-sdk-go-v2/service/sns v1.33.6 // indirect
github.com/aws/aws-sdk-go-v2/service/sqs v1.37.1 // indirect
Expand Down

0 comments on commit 022e887

Please sign in to comment.