chore: migrate to Aspect CLI AXL tasks on ephemeral GHA runners#1051
Merged
Conversation
✨ Aspect Workflows Tasks📅 Mon May 25 01:56:53 UTC 2026 ✅ 7 successful tasks
⏱ Last updated Mon May 25 02:28:46 UTC 2026 · 📊 GitHub API quota 1,926/15,000 (13% used, resets in 16m, throttle 3×) |
88b980a to
024f9f8
Compare
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
024f9f8 to
76c8220
Compare
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 CI from Aspect Workflows (
.aspect/workflows/config.yaml) to the Aspect CLI on ephemeral GitHub Actions runners.Adds
.aspect/version.axl— pins the Aspect CLI to2026.21.44..aspect/config.axl— opts in to artifact uploads (testlogs/profile/BEP), sets--config=ciin CI, registers anaspect buildifieralias ofaspect format..github/workflows/ci-workflows.yaml— matrixtestjob on (workspace × Bazel 8/9; Bazel 9 excluded fromexamples/uv_pip_compile) plus singlebuildifierandgazellejobs.tools/format/BUILD.bazel—format_multirun(name = "buildifier")(Starlark-only).tools/gazelle/BUILD.bazel—aspect_gazelle(languages = ["starlark"])fromaspect_gazelle_prebuilt.//:gazelleand//:buildifieraliases intotools/.rules_go 0.60.0andrules_nodejs 6.7.4pinned as dev_deps — aspect_rules_lint's transitive versions reference legacy global symbols (CcInfo,incompatible_use_toolchain_transition) removed in Bazel 9.Removes / renames
.aspect/workflows/config.yamland.aspect/workflows/bazelrc— bazelrc settings hoisted into root.bazelrcunder:ciwith--lockfile_mode=off(lock is gitignored).aspect_gazelle()andbuildifier()rules (moved intotools/).Changes are visible to end-users: no
Test plan