Skip to content

Commit

Permalink
chore: update to Aspect Workflows 5.7.0 (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Aug 24, 2023
1 parent 9ba7a65 commit d01387c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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" {
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
Expand Down
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d01387c

Please sign in to comment.