-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: switch to Aspect Workflows on Buildkite
- Loading branch information
1 parent
d1854f2
commit 7ca2eb0
Showing
14 changed files
with
25 additions
and
629 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: {} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.