Skip to content

CI overhaul#197

Merged
JordiManyer merged 4 commits intomasterfrom
ci
Mar 13, 2026
Merged

CI overhaul#197
JordiManyer merged 4 commits intomasterfrom
ci

Conversation

@JordiManyer
Copy link
Member

  • Removed TestApp and sysimage compilation completely.
  • Split tests into different runners.
  • Now supporting newest stable julia release.

Removed TestApp and sysimage compilation completely.
Split tests into different runners.
Now supporting newest stable julia release.
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR overhauls the CI pipeline by removing the TestApp module and sysimage compilation, splitting tests into categorized runners controlled by a TESTCASE environment variable, and updating Julia version pins to use 'lts' and '1' (latest stable).

Changes:

  • Removed TestApp module, its Project.toml, sysimage compilation scripts, and all TestApp. prefixed references in MPI tests.
  • Split sequential and MPI tests into named categories (geometry, fespaces, physics, transient/adaptivity, misc) selectable via TESTCASE env var, with a CI matrix that runs each as a separate job.
  • Updated CI to use julia-actions/julia-runtest@v1, added concurrency control, and modernized Julia version specifiers.

Reviewed changes

Copilot reviewed 11 out of 11 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
.github/workflows/ci.yml Consolidated into single matrix job with TESTCASE, removed sysimage steps, updated Julia versions
test/runtests.jl Routes to sequential or MPI tests based on TESTCASE
test/sequential/runtests.jl Groups sequential tests into categories gated by TESTCASE
test/mpi/runtests.jl Removed sysimage support, added OpenMPI --oversubscribe flag
test/mpi/runtests_np4.jl Replaced TestApp with direct includes of test modules
test/mpi/runtests_np4_body.jl Replaced TestApp. prefixes, added TESTCASE gating for MPI test categories
test/TestApp/* (5 files) Deleted TestApp module, compilation scripts, and related config

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

@codecov
Copy link

codecov bot commented Mar 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.11%. Comparing base (f779087) to head (06c59a5).
⚠️ Report is 6 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##           master     #197       +/-   ##
===========================================
+ Coverage    0.00%   85.11%   +85.11%     
===========================================
  Files          15       16        +1     
  Lines        4228     4254       +26     
===========================================
+ Hits            0     3621     +3621     
+ Misses       4228      633     -3595     
Flag Coverage Δ
mpi-adaptivity 45.45% <ø> (?)
mpi-fespaces 39.99% <ø> (?)
mpi-geometry 23.26% <ø> (?)
mpi-misc 50.18% <ø> (?)
mpi-physics 35.56% <ø> (?)
mpi-transient 24.78% <ø> (?)
seq-adaptivity 39.38% <ø> (?)
seq-fespaces 40.41% <ø> (?)
seq-geometry 23.30% <ø> (?)
seq-misc 34.91% <ø> (?)
seq-physics 36.63% <ø> (?)
seq-transient 24.82% <ø> (?)
sequential ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

@JordiManyer JordiManyer merged commit d511ad0 into master Mar 13, 2026
29 checks passed
@JordiManyer JordiManyer deleted the ci branch March 13, 2026 03:10
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.

2 participants