chore: upgrade to Aspect Workflows 5.9.0-rc.9 (#705)

This commit is contained in:
Greg Magolan 2023-12-22 15:08:16 -08:00 committed by GitHub
parent ac0055e092
commit 081ab5a879
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 2379 additions and 7 deletions

6
.aspect/cli/config.yaml Normal file
View File

@ -0,0 +1,6 @@
configure:
languages:
javascript: false
go: false
kotlin: false
protobuf: true

View File

@ -1,3 +1,3 @@
# build without the bytes # build without the bytes
common --remote_download_minimal test --remote_download_minimal
common --nobuild_runfile_links test --nobuild_runfile_links

View File

@ -14,6 +14,8 @@ workspaces:
without: true without: true
- gazelle: - gazelle:
without: true without: true
# - configure:
# without: true
- buildifier: - buildifier:
without: true without: true
- delivery: - delivery:
@ -25,6 +27,8 @@ workspaces:
without: true without: true
- gazelle: - gazelle:
without: true without: true
# - configure:
# without: true
- buildifier: - buildifier:
without: true without: true
- delivery: - delivery:
@ -36,6 +40,8 @@ workspaces:
without: true without: true
- gazelle: - gazelle:
without: true without: true
# - configure:
# without: true
- buildifier: - buildifier:
without: true without: true
- delivery: - delivery:
@ -47,6 +53,8 @@ workspaces:
without: true without: true
- gazelle: - gazelle:
without: true without: true
# - configure:
# without: true
- buildifier: - buildifier:
without: true without: true
- delivery: - delivery:
@ -55,6 +63,7 @@ tasks:
- test: - test:
- format: - format:
- gazelle: - gazelle:
# - configure:
- buildifier: - buildifier:
- delivery: - delivery:
queue: bazel-lib queue: bazel-lib

View File

@ -16,7 +16,7 @@ module "aspect_workflows" {
region = local.region region = local.region
# Aspect Workflows terraform module # Aspect Workflows terraform module
source = "https://s3.us-east-2.amazonaws.com/static.aspect.build/aspect/5.9.0-rc.7/workflows-gcp/terraform-gcp-aspect-workflows.zip" source = "https://s3.us-east-2.amazonaws.com/static.aspect.build/aspect/5.9.0-rc.9/workflows-gcp/terraform-gcp-aspect-workflows.zip"
# Network properties # Network properties
network = google_compute_network.workflows_network.id network = google_compute_network.workflows_network.id
@ -96,7 +96,7 @@ module "aspect_workflows" {
warming = true warming = true
} }
small = { small = {
agent_idle_timeout_min = 10 agent_idle_timeout_min = 1
max_runners = 10 max_runners = 10
min_runners = 0 min_runners = 0
resource_type = "small" resource_type = "small"

View File

@ -1,2 +1,2 @@
BAZELISK_BASE_URL=https://github.com/aspect-build/aspect-cli/releases/download BAZELISK_BASE_URL=https://github.com/aspect-build/aspect-cli/releases/download
USE_BAZEL_VERSION=aspect/5.8.5 USE_BAZEL_VERSION=aspect/5.8.19

View File

@ -1,4 +1,4 @@
6.3.2 6.4.0
# The first line of this file is used by Bazelisk and Bazel to be sure # The first line of this file is used by Bazelisk and Bazel to be sure
# the right version of Bazel is used to build and test this repo. # the right version of Bazel is used to build and test this repo.
# This also defines which version is used on CI. # This also defines which version is used on CI.

View File

@ -19,7 +19,7 @@ setup: true
orbs: orbs:
slack: circleci/slack@4.12.5 slack: circleci/slack@4.12.5
aspect-workflows: aspect-build/workflows@dev:5.9.0-rc.7 aspect-workflows: aspect-build/workflows@dev:5.9.0-rc.9
jobs: jobs:
legacy: legacy:

2357
MODULE.bazel.lock Normal file

File diff suppressed because it is too large Load Diff