chore: migrate to Aspect CLI AXL tasks on ephemeral GHA runners#128
Merged
Conversation
79a4896 to
aa242ad
Compare
✨ Aspect Workflows Tasks📅 Sun May 24 06:29:37 UTC 2026 ✅ 5 successful tasks
⏱ Last updated Sun May 24 06:30:04 UTC 2026 · 📊 GitHub API quota 6,789/15,000 (45% used, resets in 21m, throttle 13×) |
68745d7 to
10fc20e
Compare
10fc20e to
37e1cff
Compare
…alias - .aspect/version.axl: 2026.21.21 -> 2026.21.30 - .aspect/config.axl: register a `buildifier = format.alias(...)` task that presets --formatter-target=//tools/format:buildifier, so CI / users can type `aspect buildifier` instead of repeating the flag. - For repos whose tools/format target was starlark-only, rename it to //tools/format:buildifier and drop the //:format alias. - CI buildifier job (where present): `aspect format ... --formatter-target=...` -> `aspect buildifier ...`.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Migrate from Aspect Workflows (
.aspect/workflows/config.yaml) to the Aspect CLI onephemeral GitHub Actions runners, matching the pattern in
bazel-examples/ci-github-runners.yaml.
Adds:
.aspect/version.axl— pins the Aspect CLI to2026.21.21..aspect/config.axl— opts in to artifact uploads (testlogs/profile/BEP) and sets--config=ciin CI..github/workflows/ci-github-runners.yaml— runsaspect testonubuntu-latestwith Bazel disk/repo/external caching.Removes:
.aspect/workflows/config.yaml(Aspect Workflows config — being deprecated)..aspect/workflows/bazelrcif present — hoisted into the root.bazelrcunder:ci. Any:rbeflags are dropped (none of these repos need RBE).The existing
.github/workflows/ci.yaml(vanilla-Bazel matrix) is left in place during the transition.Changes are visible to end-users: no
Test plan
ci-github-runners.yamlworkflow runs on this PR — verify it passes.