Skip to content

Commit

Permalink
chore: upgrade to Aspect Workflows 5.8.0 (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Oct 10, 2023
1 parent eda4929 commit 219240d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .aspect/workflows/bazelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# build without the bytes
common --remote_download_minimal
common --nobuild_runfile_links
5 changes: 0 additions & 5 deletions .aspect/workflows/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .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.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
Expand Down
16 changes: 12 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 219240d

Please sign in to comment.