Skip to content

CI: run integration suite nightly (08:00 UTC)#397

Merged
wshlavacek merged 1 commit into
masterfrom
ci/integration-nightly
May 26, 2026
Merged

CI: run integration suite nightly (08:00 UTC)#397
wshlavacek merged 1 commit into
masterfrom
ci/integration-nightly

Conversation

@wshlavacek
Copy link
Copy Markdown
Collaborator

Adds a schedule: trigger to integration.yml so the slow statistical-recovery tests run nightly against master, not only on manual dispatch.

  • When: 0 8 * * * — 08:00 UTC, ≈02:00 Denver in summer (MDT) / ≈01:00 in winter (MST). GitHub cron is fixed UTC, so it drifts an hour across the DST switch; either way it's the middle of the night.
  • What: pytest -m slow -n auto, py3.12 only (the slow tests are pure-Python numerics; the per-PR tests job keeps the py3.10/py3.12 matrix).
  • Why: fast tests already run on every push/PR; the slow tier only ran on manual dispatch, so it was the one likely to silently rot.
  • workflow_dispatch is retained for ad-hoc runs.

Note: the nightly selects -m slow, so future integration tests should carry @pytest.mark.slow to be included.

Scheduled runs only fire from the default branch, so the cron activates once this merges; I'll manual-dispatch post-merge to confirm the workflow is still valid.

Add a schedule: trigger to integration.yml so the slow statistical-recovery
tests run automatically every night against master, not just on manual
dispatch. The fast tests already run on every push/PR; the slow tier was the
one at risk of silently rotting since nothing triggered it.

cron '0 8 * * *' = 08:00 UTC, ~02:00 Denver (MDT) / ~01:00 (MST); GitHub cron
is fixed UTC with no DST adjustment. workflow_dispatch is retained for ad-hoc
runs. py3.12 only (slow tests are pure-Python numerics).
@wshlavacek wshlavacek merged commit d17aeee into master May 26, 2026
3 checks passed
@wshlavacek wshlavacek deleted the ci/integration-nightly branch May 26, 2026 07:36
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