cfs Build Pipeline fails with timeout for simple code change, merge request !321
Summary
Merge Request !321 Build Pipeline fails for simple code change (XML Dump in CFS.cc) in merge request !321 with "job execution timeout" for the following builds: linux:clang-debug linux:gcc9 linux:gcc14-musl linux:intel windows:msvc2022
Build Pipeline only passes for: linux:gcc9min
Example Input or way to reproduce
Pipeline build for merge reqeust !321
What is the current bug behavior?
see: !321
What is the expected correct behavior?
Pipeline build should pass for this merge request. There is only one code c code change in CFS.cc to have parsed XML scheme dumped. Build in local sandbox for fork cfs_magnetics_periodic_bc works.
Note 1: for working code in sandbox for testcases with periodic bc for magmeticPDE, only the xml scheme for MagenticPDE is extended by element "periodic"
Note 2: for working code in sandbox for test cases with nci used for periodic bc. with MagneticEdgePDE - the following build options have to be set: Set USE_CGAL OFF → ON Set USE_EIGEN OFF → ON USE_BLAS_LAPACK MKL
Possible fixes
If possible increase threshold for timeout for pipeline build process to allow build pipeline to pass.