chore: upgrade to Aspect Workflows 5.8.2 (#628)

This commit is contained in:
Greg Magolan 2023-10-18 15:11:54 -07:00 committed by GitHub
parent 0f0b5678f5
commit c01c0e8443
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 2 deletions

View File

@ -7,16 +7,25 @@ workspaces:
- e2e/smoke:
gazelle:
without: true
buildifier:
without: true
- e2e/coreutils:
gazelle:
without: true
buildifier:
without: true
- e2e/copy_to_directory:
gazelle:
without: true
buildifier:
without: true
- e2e/external_copy_to_directory:
gazelle:
without: true
buildifier:
without: true
tasks:
branch_freshness:
gazelle:
buildifier:
test:

View File

@ -16,7 +16,7 @@ module "aspect_workflows" {
region = local.region
# Aspect Workflows terraform module
source = "https://s3.us-east-2.amazonaws.com/static.aspect.build/aspect/5.8.0/workflows-gcp/terraform-gcp-aspect-workflows.zip"
source = "https://s3.us-east-2.amazonaws.com/static.aspect.build/aspect/5.8.2/workflows-gcp/terraform-gcp-aspect-workflows.zip"
# Network properties
network = google_compute_network.workflows_network.id
@ -66,6 +66,7 @@ module "aspect_workflows" {
max_runners = 10
min_runners = 0
resource_type = "default"
scale_out_factor = 7
scaling_polling_frequency = 3 # check for queued jobs every 20s
warming = true
}

View File

@ -19,7 +19,7 @@ setup: true
orbs:
slack: circleci/slack@4.12.5
aspect-workflows: aspect-build/workflows@5.8.0
aspect-workflows: aspect-build/workflows@5.8.2
jobs:
legacy: