generated from bazel-contrib/rules-template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
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 (#104)
- Loading branch information
1 parent
75d7f61
commit e54757c
Showing
18 changed files
with
22 additions
and
804 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
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,55 +1,27 @@ | ||
queue: oss-gcp-default | ||
bazel: | ||
flags: | ||
- --config=rbe | ||
# See https://docs.aspect.build/workflows/configuration | ||
workspaces: | ||
.: | ||
tasks: | ||
- test: | ||
targets: | ||
- //... | ||
- configure: | ||
bazel: | ||
flags: [] # TODO: Aspect CLI does not support --config for configure cmd | ||
e2e/smoke: | ||
icon: bazel | ||
tasks: | ||
- test: | ||
queue: oss-gcp-small | ||
queue: aspect-medium | ||
- format: | ||
without: true | ||
- gazelle: | ||
without: true | ||
- configure: | ||
without: true | ||
- buildifier: | ||
without: true | ||
- delivery: | ||
without: true | ||
tasks: | ||
- test: | ||
- format: | ||
queue: oss-gcp-small | ||
- gazelle: | ||
queue: oss-gcp-small | ||
queue: aspect-medium | ||
- configure: | ||
queue: oss-gcp-small | ||
queue: aspect-medium | ||
- buildifier: | ||
queue: oss-gcp-small | ||
- delivery: | ||
auto_deliver: true | ||
rules: | ||
- deliverable: 'attr("tags", "\bdeliverable\b", //...)' | ||
condition: | ||
branches: | ||
- main | ||
- deliverable: | ||
- //docs:docs_delivery | ||
condition: | ||
only_on_change: false | ||
branches: | ||
- main | ||
- warming: | ||
queue: oss-gcp-warming | ||
queue: aspect-medium | ||
- finalization: | ||
queue: aspect-small | ||
notifications: | ||
github: {} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.