ci: run code-mode unit tests on all bazel targets#28562
Merged
Conversation
anp-oai
approved these changes
Jun 16, 2026
anp-oai
left a comment
Contributor
There was a problem hiding this comment.
Exciting! Would appreciate if you'd point a codex at monitoring main for flakes after this lands but otherwise lgtm!
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Why
V8 should be stable under Bazel, so the
codex-code-modeunit tests should run across the Bazel platform matrix. If these tests prove unstable, we should fix the tests rather than exclude them from CI.What changed
//codex-rs/code-mode:code-mode-unit-testsexclusion from the macOS and Linux Bazel test jobs.Bazel test coverage
The target contains 26 unit tests. A fresh uncached local Bazel execution ran all 26 with 0 failures, 0 ignored tests, and 0 filtered tests.
PR Bazel CI selected the target on every enabled platform and reported a cached pass: