Skip to content

Commit

Permalink
chore: update to Aspect Workflows 5.7.0 (#1232)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Aug 24, 2023
1 parent 1a506d8 commit 36f1065
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .aspect/workflows/terraform/workflows.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ data "google_compute_image" "runner_image" {

module "aspect_workflows" {
# Aspect Workflows terraform module
source = "gcs::https://storage.googleapis.com/storage/v1/aspect-artifacts/5.7.0-rc10/workflows-gcp/terraform-gcp-aspect-workflows.zip"
source = "gcs::https://storage.googleapis.com/storage/v1/aspect-artifacts/5.7.0/workflows-gcp/terraform-gcp-aspect-workflows.zip"

# Network properties
network = google_compute_network.workflows_network.id
Expand Down Expand Up @@ -53,7 +53,7 @@ module "aspect_workflows" {
bk_runner_groups = {
# The default runner group is use for the main build & test workflows.
default = {
agent_idle_timeout_min = 5
agent_idle_timeout_min = 1
max_runners = 10
min_runners = 0
queue = "aspect-default"
Expand Down

0 comments on commit 36f1065

Please sign in to comment.