-
Notifications
You must be signed in to change notification settings - Fork 142
fix: doc build workflow by using two containers: MAPDL and DPF #4132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this 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 pull request reverts a previous commit that updated the MAPDL image version and removed the DPF server activation step in the documentation build workflow. The reversion is necessary because the examples upload files to the DPF docker container, which fails when using Ubuntu images.
- Reverts MAPDL image version from v25.2-ubuntu-cicd back to v24.2-ubuntu-student
- Restores the DPF server activation step with a separate Rocky-based DPF image
- Removes the changelog entry for the original fix
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| doc/changelog.d/4118.fixed.md | Removes the changelog entry for the reverted commit |
| .github/workflows/doc-build.yml | Reverts MAPDL image version and restores DPF server activation step |
|
@pyansys-ci-bot LGTM. |
pyansys-ci-bot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4132 +/- ##
==========================================
- Coverage 91.35% 91.34% -0.02%
==========================================
Files 189 189
Lines 15650 15650
==========================================
- Hits 14297 14295 -2
- Misses 1353 1355 +2 🚀 New features to boost your workflow:
|

This reverts commit 502a5e2.
Also update the MAPDL container to use
v25.2-ubuntu-amd.Description
The examples upload files to the DPF docker container, that fails if using ubuntu.
Issue linked
Discovered in #4131
Related to ansys/pydpf-core#2254
Checklist
draftif it is not ready to be reviewed yet.feat: adding new MAPDL command)