Skip to content

[ci] Fan formal tasks out in parallel - #4

Merged
drewbabel merged 1 commit into
mainfrom
formal-matrix
Jul 31, 2026
Merged

[ci] Fan formal tasks out in parallel#4
drewbabel merged 1 commit into
mainfrom
formal-matrix

Conversation

@drewbabel

Copy link
Copy Markdown
Owner

Splits the single serial formal job into one runner per SymbiYosys task. A small planning job reads the [tasks] block out of every formal/*.sby and emits the module and task pairs as JSON, and the formal job consumes that with fromJSON as a dynamic matrix.

Wall-clock time becomes the slowest single task plus toolchain setup, rather than the sum of every task. Adding a module or a task needs no change to this file, since the planner globs the directory at run time. fail-fast is off so one failing proof no longer cancels the others, and ci-gate still fails the build if any leg does not succeed, so the required status check keeps its name.

@drewbabel
drewbabel merged commit a66642b into main Jul 31, 2026
18 checks passed
@drewbabel
drewbabel deleted the formal-matrix branch July 31, 2026 01:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant