diff --git a/.aspect/workflows/config.yaml b/.aspect/workflows/config.yaml index cb4c85c6..dbf0a389 100644 --- a/.aspect/workflows/config.yaml +++ b/.aspect/workflows/config.yaml @@ -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: {}