Skip to content

Commit

Permalink
chore: upgrade to Aspect Workflows 5.9.0-rc.10 (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Jan 3, 2024
1 parent 03afcda commit 2daebd7
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .aspect/workflows/bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
common --enable_bzlmod

# build without the bytes
test --remote_download_minimal
test --nobuild_runfile_links
common --remote_download_outputs=minimal
common --nobuild_runfile_links

# coverage
test --experimental_fetch_all_coverage_outputs
common --experimental_fetch_all_coverage_outputs
# https://github.com/bazelbuild/bazel/blob/e3e4d61b2c2b241d0426ea20143b8a07d6fadfcd/tools/test/collect_cc_coverage.sh#L30
test --test_env=COVERAGE_GCOV_PATH=/usr/bin/gcov
common --test_env=COVERAGE_GCOV_PATH=/usr/bin/gcov
6 changes: 6 additions & 0 deletions .aspect/workflows/terraform/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .aspect/workflows/terraform/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "~> 1.4.0"
required_version = "~> 1.5.0"

backend "s3" {
bucket = "aw-deployment-terraform-state-rules-jest"
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 @@ -44,7 +44,7 @@ module "aspect_workflows" {
}

# Aspect Workflows terraform module
source = "https://s3.us-east-2.amazonaws.com/static.aspect.build/aspect/5.9.0-rc.9/workflows/terraform-aws-aspect-workflows.zip"
source = "https://s3.us-east-2.amazonaws.com/static.aspect.build/aspect/5.9.0-rc.10/workflows/terraform-aws-aspect-workflows.zip"

# Non-terraform Aspect Workflows release artifacts are pulled from the region specific
# aspect-artifacts bucket during apply. Aspect will grant your AWS account access to this bucket
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ default_stages: [commit]
repos:
# Check formatting and lint for starlark code
- repo: https://github.com/keith/pre-commit-buildifier
rev: 4.0.1.1
rev: 6.4.0
hooks:
- id: buildifier
- id: buildifier-lint
# Enforce that commit messages allow for later changelog generation
- repo: https://github.com/commitizen-tools/commitizen
rev: v2.18.0
rev: v3.13.0
hooks:
# Requires that commitizen is already installed
- id: commitizen
stages: [commit-msg]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v2.4.0"
rev: v3.1.0
hooks:
- id: prettier
- repo: local
Expand Down

0 comments on commit 2daebd7

Please sign in to comment.