Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade to Aspect Workflows 5.8.0 #617

Merged
merged 1 commit into from
Oct 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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