Skip to content

Commit d3b6ec5

Browse files
committed
Run aspect dev axl in buildkite ci
1 parent 972b381 commit d3b6ec5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.aspect/workflows/buildkite.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,19 @@ steps:
2020
--test_output=summary \
2121
--show_progress_rate_limit=1 \
2222
-- //...
23+
echo "--- :bazel: bazel build //:launcher //:cli"
24+
bazel \
25+
--nohome_rc \
26+
--output_user_root=/mnt/ephemeral/bazel/aspect-cli/__main__ \
27+
--output_base=/mnt/ephemeral/output/aspect-cli/__main__ \
28+
build \
29+
--config=workflows \
30+
--config=ci \
31+
--test_output=summary \
32+
--show_progress_rate_limit=1 \
33+
-- //:launcher //:cli
34+
echo "--- :aspect: aspect tests axl"
35+
./bazel-bin/crates/aspect-launcher/aspect-launcher tests axl
2336
- label: ":broom: Format"
2437
agents:
2538
queue: aspect-small

0 commit comments

Comments
 (0)