Skip to content

Commit

Permalink
chore: upgrade to Aspect Workflows 5.9.0-rc.9 (#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Dec 22, 2023
1 parent ac0055e commit 081ab5a
Show file tree
Hide file tree
Showing 8 changed files with 2,379 additions and 7 deletions.
6 changes: 6 additions & 0 deletions .aspect/cli/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
configure:
languages:
javascript: false
go: false
kotlin: false
protobuf: true
4 changes: 2 additions & 2 deletions .aspect/workflows/bazelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# build without the bytes
common --remote_download_minimal
common --nobuild_runfile_links
test --remote_download_minimal
test --nobuild_runfile_links
9 changes: 9 additions & 0 deletions .aspect/workflows/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ workspaces:
without: true
- gazelle:
without: true
# - configure:
# without: true
- buildifier:
without: true
- delivery:
Expand All @@ -25,6 +27,8 @@ workspaces:
without: true
- gazelle:
without: true
# - configure:
# without: true
- buildifier:
without: true
- delivery:
Expand All @@ -36,6 +40,8 @@ workspaces:
without: true
- gazelle:
without: true
# - configure:
# without: true
- buildifier:
without: true
- delivery:
Expand All @@ -47,6 +53,8 @@ workspaces:
without: true
- gazelle:
without: true
# - configure:
# without: true
- buildifier:
without: true
- delivery:
Expand All @@ -55,6 +63,7 @@ tasks:
- test:
- format:
- gazelle:
# - configure:
- buildifier:
- delivery:
queue: bazel-lib
Expand Down
4 changes: 2 additions & 2 deletions .aspect/workflows/terraform/workflows.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .bazeliskrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
BAZELISK_BASE_URL=https:/aspect-build/aspect-cli/releases/download
USE_BAZEL_VERSION=aspect/5.8.5
USE_BAZEL_VERSION=aspect/5.8.19
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ setup: true

orbs:
slack: circleci/[email protected]
aspect-workflows: aspect-build/workflows@dev:5.9.0-rc.7
aspect-workflows: aspect-build/workflows@dev:5.9.0-rc.9

jobs:
legacy:
Expand Down
Loading

0 comments on commit 081ab5a

Please sign in to comment.