Skip to content

CI Runs tab

The CI Runs tab of the CI/CD Pipelines screen (/pipelines?tab=ci-runs) is the complete history of every CI-triggered run, newest first.

CI Runs tab — full history of CI-triggered runs with state, pipeline, result, and duration columns
ColumnWhat it shows
StateThe run’s current state (see below). A ⚠ note appears underneath when commit sync was skipped or a status push failed — hover it for the full message.
PipelineThe mapping name, plus the CI build number when the pipeline sent one.
Branch / CommitThe branch and short commit from the trigger payload. Shows when the trigger didn’t include them (for example a plain CLI trigger).
ResultPassed / total, with failures called out in red.
DurationHow long the run took, from trigger to finish.
TriggeredHow long ago, and which CI token or CLI started it.
Links↗ opens the CI build in your CI platform; the rocket opens the full Testver report in Results.
StateMeaning
queuedAccepted and waiting for a free execution slot; the position is shown next to the state. CI runs execute one at a time.
runningExecuting on the Testver server right now.
passedFinished with no failures — the build was gated green.
failedFinished with failures — the build was gated red.
cancelledCancelled from the CI job, the CLI (Ctrl-C), or the API.
errorCould not complete: the target stayed busy past the retry window, no result was recorded, or a queued run was lost to a server restart.

Four controls narrow the list: state, pipeline, environment, and a free-text branch box. The heading shows how many runs match (3 of 24), and ✕ Clear resets all four at once.

Filters are stored in the address bar, so a filtered view can be bookmarked or pasted to a colleague — for example /pipelines?tab=ci-runs&pipeline=pr-gate-main&state=failed.

A CI run is the trigger record — who asked for it, for which commit and build, and what state it reached. The test run is the execution itself, with the tests, artifacts, and analysis, and lives in Results.

The rocket link connects them. Going the other way, a CI-triggered run in Results carries a CI badge and a CI build link, so you can hop between the pipeline and the report from either side.