ci: disable test-cgal job (compute-intensive, OOM-prone) #23

Merged
user2595 merged 1 commits from ci/disable-test-cgal-job into main 2026-05-26 20:19:34 +00:00
Owner

Gate the test-cgal job off with if: false and a DISABLED-2026-05-26 rationale block, matching the pattern used for doxygen-pages.yml and perf-compile-time.yml. test-fast + quality-gates keep gating every push/PR; workflow_dispatch reruns still work from the UI.

Gate the test-cgal job off with `if: false` and a DISABLED-2026-05-26 rationale block, matching the pattern used for doxygen-pages.yml and perf-compile-time.yml. test-fast + quality-gates keep gating every push/PR; workflow_dispatch reruns still work from the UI.
user2595 added 1 commit 2026-05-26 20:19:23 +00:00
ci: disable test-cgal job (compute-intensive, OOM-prone)
All checks were successful
C++ Tests / test-fast (pull_request) Successful in 1m59s
API Docs / doc-build (pull_request) Successful in 56s
C++ Tests / test-cgal (pull_request) Has been skipped
C++ Tests / quality-gates (pull_request) Successful in 1m56s
048875c002
The CGAL test build is too heavy for the eulernest runner — most recent
runs OOM during CGAL+Eigen template expansion at -j1/1600 MB rather than
exposing real regressions. Gate the job off with `if: false` and a
DISABLED-2026-05-26 comment block, matching the pattern already used for
doxygen-pages.yml and perf-compile-time.yml. test-fast and quality-gates
keep running on every push/PR; workflow_dispatch reruns of test-cgal
still work from the Gitea UI.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
user2595 merged commit 79a54a3182 into main 2026-05-26 20:19:34 +00:00
user2595 deleted branch ci/disable-test-cgal-job 2026-05-26 20:19:34 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: conformallab/ConformalLabpp#23
No description provided.