Skip to content

chore(ci): Mostly replace GHA with Aspect Workflows #569

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 34 additions & 3 deletions .aspect/workflows/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,38 @@
# See https://docs.aspect.build/workflows/configuration
# Junk to trigger the workflows engine
---
workspaces:
- .

- examples/uv_pip_compile

- e2e/smoke

- e2e/repository-rule-deps

- e2e/system-interpreter

- e2e/use_release:
# FIXME: What does this look like in the post world?
tasks: []

tasks:
- lint: {}

- test:
- finalization:
queue: aspect-small
name: "Test (bzlmod)"
id: test
bazel:
flags:
- --enable_bzlmod
- --noenable_workspace

- test:
name: "Test (WORKSPACE)"
id: bzlmod-false
bazel:
flags:
- --noenable_bzlmod
- --enable_workspace

notifications:
github: {}
Loading