chore: upgrade to Aspect Workflows 5.8.0 (#617)
This commit is contained in:
parent
eda4929c72
commit
219240d27a
|
@ -0,0 +1,3 @@
|
||||||
|
# build without the bytes
|
||||||
|
common --remote_download_minimal
|
||||||
|
common --nobuild_runfile_links
|
|
@ -16,11 +16,6 @@ workspaces:
|
||||||
- e2e/external_copy_to_directory:
|
- e2e/external_copy_to_directory:
|
||||||
gazelle:
|
gazelle:
|
||||||
without: true
|
without: true
|
||||||
|
|
||||||
bazel:
|
|
||||||
flags:
|
|
||||||
- --remote_download_minimal
|
|
||||||
- --nobuild_runfile_links
|
|
||||||
tasks:
|
tasks:
|
||||||
branch_freshness:
|
branch_freshness:
|
||||||
gazelle:
|
gazelle:
|
||||||
|
|
|
@ -16,7 +16,7 @@ module "aspect_workflows" {
|
||||||
region = local.region
|
region = local.region
|
||||||
|
|
||||||
# Aspect Workflows terraform module
|
# 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 properties
|
||||||
network = google_compute_network.workflows_network.id
|
network = google_compute_network.workflows_network.id
|
||||||
|
|
|
@ -20,13 +20,21 @@ setup: true
|
||||||
orbs:
|
orbs:
|
||||||
continuation: circleci/continuation@1.0.0
|
continuation: circleci/continuation@1.0.0
|
||||||
slack: circleci/slack@4.12.5
|
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:
|
workflows:
|
||||||
bazel-setup:
|
default-workflow:
|
||||||
jobs:
|
jobs:
|
||||||
- bazel/setup:
|
- legacy
|
||||||
aspect-config: .aspect/workflows/config.yaml
|
- aspect-workflows/setup:
|
||||||
resource_class: aspect-build/bazel-lib
|
resource_class: aspect-build/bazel-lib
|
||||||
context:
|
context:
|
||||||
- slack
|
- slack
|
||||||
|
|
Loading…
Reference in New Issue