Skip to content

Commit

Permalink
chore: switch to Aspect Workflows on Buildkite
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Dec 30, 2024
1 parent d1854f2 commit 7ca2eb0
Show file tree
Hide file tree
Showing 14 changed files with 25 additions and 629 deletions.
1 change: 0 additions & 1 deletion .aspect/workflows/BUILD.bazel

This file was deleted.

18 changes: 0 additions & 18 deletions .aspect/workflows/README.md

This file was deleted.

8 changes: 8 additions & 0 deletions .aspect/workflows/bazelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# build without the bytes
common --remote_download_outputs=minimal
common --nobuild_runfile_links

# remote execution
common:rbe --extra_execution_platforms=//tools/platforms:x86_64_linux_remote
common:rbe --host_platform=//tools/platforms:x86_64_linux_remote
common:rbe --remote_executor=unix:///mnt/ephemeral/buildbarn/.cache/bb_clientd/grpc
common:rbe --genrule_strategy=remote,local
common:rbe --jobs=32
common:rbe --remote_timeout=3600
32 changes: 5 additions & 27 deletions .aspect/workflows/config.yaml
Original file line number Diff line number Diff line change
@@ -1,34 +1,12 @@
# See https://docs.aspect.build/v/workflows/config
queue: aspect-cli-default
# See https://docs.aspect.build/workflows/configuration
---
tasks:
- format:
queue: aspect-cli-small
queue: aspect-small
- buildifier:
queue: aspect-cli-small-graviton
queue: aspect-small
- configure:
queue: aspect-cli-small-graviton
queue: aspect-small
- test:
hooks:
- type: before_task
command: vmstat -a -S M -t 1 2>&1 > vmstat.out &
- type: after_task
command: cat vmstat.out
artifact_paths:
- vmstat.out
- delivery:
auto_deliver: true
rules:
- deliverable: 'attr("tags", "\bdeliverable\b", //...)'
condition:
branches:
- main
- deliverable:
- //release:aspect_cli_delivery
condition:
only_on_change: false
branches:
- main
- warming:
queue: aspect-cli-warming
notifications:
github: {}
48 changes: 0 additions & 48 deletions .aspect/workflows/deps.bzl

This file was deleted.

50 changes: 0 additions & 50 deletions .circleci/BUILD.bazel

This file was deleted.

Loading

0 comments on commit 7ca2eb0

Please sign in to comment.