| REPOMATIC-SHOW-TEST-MATRIX(1) | REPOMATIC-SHOW-TEST-MATRIX(1) |
repomatic show-test-matrix - Render the CI test matrix as a grid
repomatic show-test-matrix [OPTIONS] [full|pr]
List every job of the computed CI test matrix, one row per job.
Each row carries one column per axis and states whether that job runs stable or unstable (continue-on-error), which is the job list CI schedules. Sort it on the axes you care about with --row-axis and --col-axis. Pass "full" for the push and schedule matrix (the default), or "pr" for the reduced pull-request matrix. Respects the global --table-format option.
--grid trades that listing for a two-axis grid: the two axes head the sides and every other axis collapses into the cells. It is the compact read of the same jobs, and it is lossy, so a cell standing for several jobs states how many.
One row per job
repomatic show\-test\-matrix
The PR subset, in plain words
repomatic show\-test\-matrix pr \-\-no\-emoji
Pivot columns on a custom axis
repomatic show\-test\-matrix \-\-col\-axis click\-version
The compact two-axis grid
repomatic show\-test\-matrix \-\-grid
Choose both grid axes
repomatic show\-test\-matrix \-\-grid \-\-row\-axis os \-\-col\-axis python\-version
The full matrix as a GitHub-flavored table
repomatic \-\-table\-format github show\-test\-matrix full
Kevin Deldycke
| 2026-09-14 | 7.15.1.dev0 |