chore: upgrade to Aspect Workflows 5.8.2 (#628)
This commit is contained in:
parent
0f0b5678f5
commit
c01c0e8443
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue