-
-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: cleanup Aspect Workflows before bazel-contrib hand-off
- Loading branch information
1 parent
edaafd2
commit 376d6c9
Showing
23 changed files
with
269 additions
and
1,135 deletions.
There are no files selected for viewing
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,6 +1,4 @@ | ||
configure: | ||
languages: | ||
javascript: false | ||
go: false | ||
kotlin: false | ||
protobuf: true | ||
lint: | ||
aspects: | ||
- //tools/lint:linters.bzl%vale | ||
- //tools/lint:linters.bzl%shellcheck |
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,18 +1,5 @@ | ||
# Aspect Workflows demonstration deployment | ||
# Aspect Workflows | ||
|
||
This deployment of [Aspect Workflows](https://www.aspect.build/workflows) is configured to run on GCP + CircleCI. | ||
This deployment of [Aspect Workflows](https://www.aspect.build/workflows) is run on AWS + Buildkite. | ||
|
||
You can see this Aspect Workflows demonstration deployment live at https://app.circleci.com/pipelines/github/aspect-build/bazel-lib. | ||
|
||
The two components of the configuration in this repository are, | ||
|
||
1. Aspect Workflows configuration yaml | ||
1. CircleCI pipeline configuration | ||
|
||
## Aspect Workflows configuration yaml | ||
|
||
This is the [config.yaml](./config.yaml) file in this directory. | ||
|
||
## CircleCI pipeline configuration | ||
|
||
This is the [.circleci/config.yml](../../.circleci/config.yml) file. | ||
You can see this Aspect Workflows demonstration deployment live at https://buildkite.com/aspect-build/bazel-lib. Learn more at https://aspect.build. |
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
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,125 +1,24 @@ | ||
queue: bazel-lib-default | ||
bazel: | ||
flags: | ||
- --config=aspect_rbe | ||
- | ||
workspaces: | ||
.: | ||
tasks: | ||
- test: | ||
targets: | ||
- //... | ||
- -//lib/tests/coreutils:ls_test # Broken on workflows CI & RBE | ||
- -//lib/tests/tar:test_dirs # Broken on workflows CI & RBE | ||
- configure: | ||
bazel: | ||
flags: [] # TODO: Aspect CLI does not support --config for configure cmd | ||
e2e/copy_action: | ||
icon: bazel | ||
tasks: | ||
- test: | ||
queue: bazel-lib-small | ||
- format: | ||
without: true | ||
- gazelle: | ||
without: true | ||
- configure: | ||
without: true | ||
- buildifier: | ||
without: true | ||
- delivery: | ||
without: true | ||
e2e/copy_to_directory: | ||
icon: bazel | ||
tasks: | ||
- test: | ||
queue: bazel-lib-small | ||
- format: | ||
without: true | ||
- gazelle: | ||
without: true | ||
- configure: | ||
without: true | ||
- buildifier: | ||
without: true | ||
- delivery: | ||
without: true | ||
e2e/coreutils: | ||
icon: bazel | ||
tasks: | ||
- test: | ||
queue: bazel-lib-small | ||
- format: | ||
without: true | ||
- gazelle: | ||
without: true | ||
- configure: | ||
without: true | ||
- buildifier: | ||
without: true | ||
- delivery: | ||
without: true | ||
e2e/external_copy_to_directory: | ||
icon: bazel | ||
tasks: | ||
- test: | ||
queue: bazel-lib-small | ||
- format: | ||
without: true | ||
- gazelle: | ||
without: true | ||
- configure: | ||
without: true | ||
- buildifier: | ||
without: true | ||
- delivery: | ||
without: true | ||
e2e/smoke: | ||
icon: bazel | ||
tasks: | ||
- test: | ||
queue: bazel-lib-small | ||
- format: | ||
without: true | ||
- gazelle: | ||
without: true | ||
- configure: | ||
without: true | ||
- buildifier: | ||
without: true | ||
- delivery: | ||
without: true | ||
tasks: | ||
- checkout: | ||
update_strategy: rebase | ||
- 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 | ||
targets: | ||
- //... | ||
- -//lib/tests/coreutils:ls_test # Broken on workflows CI & RBE | ||
- -//lib/tests/tar:test_dirs # Broken on workflows CI & RBE | ||
- format: | ||
queue: bazel-lib-small | ||
queue: aspect-small | ||
- lint: | ||
queue: aspect-small | ||
- gazelle: | ||
queue: bazel-lib-small | ||
- configure: | ||
queue: bazel-lib-small | ||
queue: aspect-small | ||
- buildifier: | ||
queue: bazel-lib-small | ||
- delivery: | ||
queue: bazel-lib-default | ||
auto_deliver: true | ||
rules: | ||
- deliverable: 'attr("tags", "\bdeliverable\b", //...)' | ||
condition: | ||
branches: | ||
- main | ||
- deliverable: | ||
- //tools/release:tools_delivery | ||
condition: | ||
only_on_change: false | ||
branches: | ||
- main | ||
- warming: | ||
queue: bazel-lib-warming | ||
queue: aspect-small | ||
notifications: | ||
github: {} |
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,2 +1,2 @@ | ||
BAZELISK_BASE_URL=https://github.com/aspect-build/aspect-cli/releases/download | ||
USE_BAZEL_VERSION=aspect/5.9.25 | ||
BAZELISK_BASE_URL=https://static.aspect.build/aspect | ||
USE_BAZEL_VERSION=aspect/2024.34.43 |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.