Skip to content

Commit

Permalink
chore: upgrade to Aspect Workflows 5.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Jan 31, 2024
1 parent ea8e43d commit 3f52a1d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
10 changes: 5 additions & 5 deletions .aspect/workflows/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", _http_archive = "http_archi
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")

# TODO: move this to a rule set so repositories on Aspect Workflows can avoid this boilerplate
rosetta_version = "5.9.0-rc.19"
rosetta_version = "5.9.0-rc.20"
rosetta_integrity = {
"darwin_aarch64": "sha256-5pw7bZTuRhmUcspbu1mxEcY/mGRS3WpcU6dXbXBXL0k=",
"darwin_x86_64": "sha256-rO1UC2F9t44LKAf5BotHm7K0Dd1HvDUy3GDtbe1Q7KQ=",
"linux_aarch64": "sha256-n+hsJe9HE/5xyjTZKCoeAFFNIs+CMM3YwlBfElXj6Zk=",
"linux_x86_64": "sha256-7ADACe8Q2riUkxzwpuNvfLWGw2RRD19zP3m96UloAaQ=",
"darwin_aarch64": "sha256-CKAmi8wxoYzft21YpdxCrojARxO0Xt/5UYo1yFcXALk=",
"darwin_x86_64": "sha256-Q7T3FJvc/hqctjuV+4gnR6oxn4/5FLydPfGI4yRv8+8=",
"linux_aarch64": "sha256-4H1WkMgpEEyhRMJEJspmmHymzkZFmtb2CYtg9IX23+c=",
"linux_x86_64": "sha256-gnSmhY3TYHHo6TSW1nA4gD1cbU7d9Co+6UHDLF2Ofu4=",
}

# https://github.com/suzuki-shunsuke/circleci-config-merge/releases
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.9.0-rc.19/workflows-gcp/terraform-gcp-aspect-workflows.zip"
source = "https://s3.us-east-2.amazonaws.com/static.aspect.build/aspect/5.9.0-rc.20/terraform-gcp-aspect-workflows.zip"

# Network properties
network = google_compute_network.workflows_network.id
Expand Down
28 changes: 14 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ workflows:
filters:
branches:
only:
- main
- aspect-build/test-delivery
- /^main$/
- /^aspect-build\/test-delivery$/
requires:
- aw-root_workspace_test
- aw-buildifier:
Expand Down Expand Up @@ -550,12 +550,12 @@ jobs:
and:
- <<parameters.delivery_manifest>>
- or:
- equal:
- main
- << pipeline.git.branch >>
- equal:
- aspect-build/test-delivery
- << pipeline.git.branch >>
- matches:
pattern: ^main$
value: << pipeline.git.branch >>
- matches:
pattern: ^aspect-build\/test-delivery$
value: << pipeline.git.branch >>
steps:
- run:
command: rosetta run delivery_manifest --workspace << parameters.workspace
Expand Down Expand Up @@ -640,12 +640,12 @@ jobs:
and:
- <<parameters.delivery_manifest>>
- or:
- equal:
- main
- << pipeline.git.branch >>
- equal:
- aspect-build/test-delivery
- << pipeline.git.branch >>
- matches:
pattern: ^main$
value: << pipeline.git.branch >>
- matches:
pattern: ^aspect-build\/test-delivery$
value: << pipeline.git.branch >>
steps:
- run:
command: rosetta run delivery_manifest --workspace << parameters.workspace
Expand Down

0 comments on commit 3f52a1d

Please sign in to comment.