CI: Make it more granular#3379
Open
mwestphal wants to merge 5 commits into
Open
Conversation
mwestphal
commented
Jul 14, 2026
Meakk
reviewed
Jul 14, 2026
Member
Author
|
\ci fast |
Member
Author
|
\ci -fast |
Member
Author
|
\ci extended |
Member
Author
|
\ci extended |
Member
Author
|
\ci linux |
Member
Author
|
\ci -extended |
Member
Author
|
\ci -linux |
Member
Author
|
\ci windows |
Member
Author
|
\ci -windows |
Member
Author
|
\ci macos_intel |
|
❌ Invalid CI command "macosintel" |
Member
Author
|
\ci macos-intel |
|
❌ Invalid CI command "macos-intel" |
Member
Author
|
\ci -analysis |
Member
Author
|
\ci -coverage |
Member
Author
|
\ci -external |
Member
Author
|
\ci -sanitizer |
Member
Author
|
\ci python |
Member
Author
|
\ci wasm |
Member
Author
|
\ci android |
Member
Author
|
\ci website |
Member
Author
|
\ci -android |
Member
Author
|
\ci -website |
Member
Author
|
\ci -wasm |
Member
Author
|
\ci -python |
Member
Author
|
\ci full |
Meakk
approved these changes
Jul 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe your changes
Make CI labels more granular
\ci fast: A fast linux job without optional dependencies, always make this work first.\ci extended: An extended linux job with dependencies and recent VTK, always make this work second.\ci linux: Many different linux jobs across CMake options, dependencies and vtk versions.\ci windows: Cross VTK versions of Windows jobs.\ci macos_intel: Cross VTK versions of macOS intel jobs.\ci macos_arm: Cross VTK versions of macOS arm64 jobs.\ci coverage: A linux job dedicated to coverage computation.\ci sanitizer: Linux jobs running with different sanitizer settings.\ci analysis: A Linux cppcheck job.\ci external: A linux job building the libf3d as a subproject of a larger project.\ci python: Cross-platform cross-version jobs building libf3d for python.\ci wasm: Build docker images and then build libf3d with webassambly.\ci android: Build docker images and then build libf3d for android.\ci website: Build the f3d.app website using current state of the doc.\ci full: All of the above, required before merging.Issue ticket number and link if any
Checklist for finalizing the PR
.github/workflows/versions.json, I have updateddocker_timestampAI Disclosure
Continuous integration
Please write a comment to run CI, eg:
\ci fast.See here for more info.