{% import "macros.html" as m %} {% if data.total == 0 %} {{ m.empty('∅', 'No past runs', 'Once tests run, their records (result, effective config, lease audit) are stored locally and listed here.') }} {% else %}
Every run that happened — local or CI — reconstructed from its run-record: the exact effective config that produced the result and the full lease audit (including any double-launch the authority absorbed).
| Test | Result | Duration | Origin | Effective config | Started |
|---|---|---|---|---|---|
| {{ r.test_id }} | {{ m.status_chip(r.outcome) }} | {{ r.duration_s }}s | {{ m.origin_badge(r.origin) }} | {{ r.config_str }}{% if r.coalesced %} · absorbed 1 double-launch{% endif %} | {{ r.started_hhmmss }} |
run detail · lease auditrun_id {{ r.run_id }}
effective config {{ r.effective_config | tojson }}
{% if r.config_digest %}config digest {{ r.config_digest }} {% endif %}
{% if r.lease %}lease heartbeats {{ r.lease.heartbeats }} · reclaimed {{ r.lease.reclaimed }} {% endif %}
{% if r.audit %}{% for a in r.audit %} {% endif %}
· {{ a.ts[11:19] if a.ts|length >= 19 else a.ts }} {{ a.event }}{% if a.origin %} ({{ a.origin }}){% endif %}{% if a.other_run %} ↔ {{ a.other_run }}{% endif %} {% endfor %} | |||||