Skip to content

chore(ci): Split pre-release tests into cron job, open issues on failure#3746

Merged
effigies merged 3 commits intomasterfrom
ci/prerelease
Mar 2, 2026
Merged

chore(ci): Split pre-release tests into cron job, open issues on failure#3746
effigies merged 3 commits intomasterfrom
ci/prerelease

Conversation

@effigies
Copy link
Member

@effigies effigies commented Mar 2, 2026

In #3745, the pre-release tests are failing, causing other the PR to fail. This is generally not desirable, as these are rarely the fault of contributor PRs. This pulls the prerelease tests into their own workflow, run on a schedule rather than PR. The ci/prerelease branch can be used to debug and fix issues.

@Remi-Gau helped me set this up in nibabel.

Incidentally, also split the install and test tox stages. Sometimes install can fail or take a long time due to infrastructure issues, and it's nice to separate that from test failures at a glance.

@effigies effigies merged commit 2b671ab into master Mar 2, 2026
15 of 17 checks passed
@effigies effigies deleted the ci/prerelease branch March 2, 2026 15:41
@codecov
Copy link

codecov bot commented Mar 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.88%. Comparing base (b8676b5) to head (21b971b).
⚠️ Report is 9 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3746   +/-   ##
=======================================
  Coverage   72.88%   72.88%           
=======================================
  Files        1279     1279           
  Lines       59351    59351           
=======================================
  Hits        43256    43256           
  Misses      16095    16095           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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