chore: upgrade to Aspect Workflows 5.9.0-rc.9 (#705)
This commit is contained in:
parent
ac0055e092
commit
081ab5a879
|
@ -0,0 +1,6 @@
|
|||
configure:
|
||||
languages:
|
||||
javascript: false
|
||||
go: false
|
||||
kotlin: false
|
||||
protobuf: true
|
|
@ -1,3 +1,3 @@
|
|||
# build without the bytes
|
||||
common --remote_download_minimal
|
||||
common --nobuild_runfile_links
|
||||
test --remote_download_minimal
|
||||
test --nobuild_runfile_links
|
||||
|
|
|
@ -14,6 +14,8 @@ workspaces:
|
|||
without: true
|
||||
- gazelle:
|
||||
without: true
|
||||
# - configure:
|
||||
# without: true
|
||||
- buildifier:
|
||||
without: true
|
||||
- delivery:
|
||||
|
@ -25,6 +27,8 @@ workspaces:
|
|||
without: true
|
||||
- gazelle:
|
||||
without: true
|
||||
# - configure:
|
||||
# without: true
|
||||
- buildifier:
|
||||
without: true
|
||||
- delivery:
|
||||
|
@ -36,6 +40,8 @@ workspaces:
|
|||
without: true
|
||||
- gazelle:
|
||||
without: true
|
||||
# - configure:
|
||||
# without: true
|
||||
- buildifier:
|
||||
without: true
|
||||
- delivery:
|
||||
|
@ -47,6 +53,8 @@ workspaces:
|
|||
without: true
|
||||
- gazelle:
|
||||
without: true
|
||||
# - configure:
|
||||
# without: true
|
||||
- buildifier:
|
||||
without: true
|
||||
- delivery:
|
||||
|
@ -55,6 +63,7 @@ tasks:
|
|||
- test:
|
||||
- format:
|
||||
- gazelle:
|
||||
# - configure:
|
||||
- buildifier:
|
||||
- delivery:
|
||||
queue: bazel-lib
|
||||
|
|
|
@ -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.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 = google_compute_network.workflows_network.id
|
||||
|
@ -96,7 +96,7 @@ module "aspect_workflows" {
|
|||
warming = true
|
||||
}
|
||||
small = {
|
||||
agent_idle_timeout_min = 10
|
||||
agent_idle_timeout_min = 1
|
||||
max_runners = 10
|
||||
min_runners = 0
|
||||
resource_type = "small"
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
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
|
||||
|
|
|
@ -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 right version of Bazel is used to build and test this repo.
|
||||
# This also defines which version is used on CI.
|
||||
|
|
|
@ -19,7 +19,7 @@ setup: true
|
|||
|
||||
orbs:
|
||||
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:
|
||||
legacy:
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue