chore: upgrade to Aspect Workflows 5.8.0 (#617)

This commit is contained in:
Greg Magolan 2023-10-10 16:14:15 -07:00 committed by GitHub
parent eda4929c72
commit 219240d27a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 10 deletions

View File

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

View File

@ -16,11 +16,6 @@ workspaces:
- e2e/external_copy_to_directory:
gazelle:
without: true
bazel:
flags:
- --remote_download_minimal
- --nobuild_runfile_links
tasks:
branch_freshness:
gazelle:

View File

@ -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.8.0-rc14/workflows-gcp/terraform-gcp-aspect-workflows.zip"
source = "https://s3.us-east-2.amazonaws.com/static.aspect.build/aspect/5.8.0/workflows-gcp/terraform-gcp-aspect-workflows.zip"
# Network properties
network = google_compute_network.workflows_network.id

View File

@ -20,13 +20,21 @@ setup: true
orbs:
continuation: circleci/continuation@1.0.0
slack: circleci/slack@4.12.5
bazel: aspect-build/workflows@dev:5.8.0-rc14
aspect-workflows: aspect-build/workflows@5.8.0
jobs:
legacy:
docker:
- image: cimg/base:2023.03
steps:
- checkout
- run: echo "this is an example of legacy non-workflows job"
workflows:
bazel-setup:
default-workflow:
jobs:
- bazel/setup:
aspect-config: .aspect/workflows/config.yaml
- legacy
- aspect-workflows/setup:
resource_class: aspect-build/bazel-lib
context:
- slack