zephyr-cp: check autogen_board_info.toml after the extmod entries - #11396
Merged
tannewt merged 1 commit intoSep 15, 2026
Merged
Conversation
The CI staleness check compared the file against the table before the extmod modules were added to it, so it never matched and every Zephyr board warned on every build. Run the check once the table is complete. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
dhalbert
enabled auto-merge
September 15, 2026 14:59
dhalbert
added this pull request to the merge queue
Sep 15, 2026
tannewt
removed this pull request from the merge queue due to the queue being cleared
Sep 15, 2026
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.
What
Move the CI staleness check for
autogen_board_info.tomlbelow the extmod loop, so it compares the complete table.Why
Since c4f7bd0 the check ran before extmod entries were added, so it never matched and every Zephyr board warned.
Run 34971509287 annotated 30 of 30 Zephyr boards.
How I tested it
CI=true make BOARD=nordic_nrf54l15dkon Ubuntu 24.04, before and after.Hardware tested
None. Build-only change to a CI check.
Scope
Not built: native_sim (no SDL2 here). Unsorted
iterdir()could still vary reason comments; follow-up if CI warns.AI assistance
Diagnosed and written with Claude Code. The build results above are from real builds on my Linux machine.
🤖 Generated with Claude Code