Task: Add nightly support with memcheck
Table of Contents
This page documents a task in the Build quality story. It captures the goal, current status, acceptance, and any notes or results.
Goal
Add a nightly pipeline distinct from the push-triggered one, running the test suite under memcheck so leaks surface without slowing down the regular feedback loop.
Status
| Field | Value |
|---|---|
| State | DONE |
| Parent story | Build quality |
| Now | Completed 2024-07-08. |
| Waiting on | None. |
| Next | None. |
| Last touched | 2024-07-08 |
Acceptance
- A nightly GitHub Actions workflow exists.
- The nightly invokes memcheck on the test binaries.
- Results are reported to CDash alongside the daily build.
Notes
- Total time spent in v0: ~3:21.
Result
- Nightly memcheck workflow added under
.github/workflows/nightly-linux.yml.