Skip to content
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