Skip to content

Commit

Permalink
chore: use low-cost, long-living, graviton t4g.nano runners for the s…
Browse files Browse the repository at this point in the history
…etup step
  • Loading branch information
gregmagolan committed Dec 19, 2023
1 parent 0862305 commit 6d5aa66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .aspect/workflows/terraform/workflows.tf
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ module "aspect_workflows" {
agent_idle_timeout_min = 60 * 12
max_runners = 10
min_runners = 0
resource_type = "nano-arm64"
resource_type = "nano"
scaling_polling_frequency = 3 # check for queued jobs every 20s
warming = false # don't warm for faster bootstrap; these runners won't be running large builds
}
Expand Down

0 comments on commit 6d5aa66

Please sign in to comment.