chore: migrate to Aspect CLI AXL tasks on ephemeral GHA runners#2858
Merged
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9d84426d32
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
14e6bfb to
7f62813
Compare
✨ Aspect Workflows Tasks📅 Mon May 25 05:55:08 UTC 2026 🔄 95 in progress tasks
✅ 20 successful tasks
⏱ Last updated Mon May 25 05:56:12 UTC 2026 · 📊 GitHub API quota 7,958/15,000 (53% used, resets in 7m, throttle 287×) |
c5c3168 to
f5c6e6b
Compare
f5c6e6b to
7d80429
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 7, 8, 9, 9-no-execroot-entry-point}) plus singleformatandbuildifierjobs. Per-workspace exclusions match the legacy config.tools/format/BUILD.bazel—format(multi-language) +buildifier(Starlark-only)format_multiruntargets.//:formatand//:buildifieraliases into//tools/format.rules_nodejsbumped to 6.7.4 andrules_gopinned at 0.60.0 — older versions reference the legacy globalCcInforemoved in Bazel 9.common:ci --lockfile_mode=off(+ build-without-bytes flags) in each e2e / examples sub-workspace.bazelrcso they don't trip the preset's strict lockfile mode under:ciwhen run from their own workspace root.Removes / renames
.aspect/workflows/config.yamland.aspect/workflows/bazelrc— bazelrc settings hoisted into root.bazelrcunder:ciwith--lockfile_mode=off(lock is gitignored)..github/workflows/ci.yaml→ci-vanilla-bazel.yaml(kept as the vanilla-bazel matrix)..github/workflows/buildifier.yaml(replaced by thebuildifierjob inci-workflows.yaml).//:buildifier///:buildifier.checkrules (moved intotools/format).Notes
9.0.2rather than9.xuntil bazelbuild/bazel#29393 is fixed (carried over from the legacy config).Changes are visible to end-users: no
Test plan