chore: update to Aspect Workflows 5.7.0 (#501)

This commit is contained in:
Greg Magolan 2023-08-23 21:49:42 -07:00 committed by GitHub
parent 9ba7a6521d
commit d01387c163
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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
@ -53,7 +53,7 @@ module "aspect_workflows" {
cci_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
job_max_run_time_min = 5 * 60
max_runners = 10
min_runners = 0

View File

@ -23,7 +23,7 @@ orbs:
# CCI doesn't allow us to use a relative path in the monorepo, so we have to refer to an
# already-published orb in their registry.
# Run `bazel run --stamp //rosetta/cci-orb:publish` to produce a new version.
bazel: aspect-build/workflows@dev:5.7.0-rc10
bazel: aspect-build/workflows@5.7.0
workflows:
bazel-setup: