Thank you Rohit and all other contributors for working on the CI/CD system stability.
> IMO there are still certain test suits present in unix-cpu/gpu CI > systems that can be combined together to reduce complexity of the CI > tests making them faster, more stable and coherent with the master > branch. Also, there is a mix of Make and Cmake+ninja build > configurations in CI that can be made uniform by making all of them as > CMake + Ninja build system. The mix in Make and Cmake+ninja build configurations in the v1.x branch is to ensure that both Make and Cmake build are continue to work. In master branch we have dropped Make build. We can consider doing the same in the v1.x branch, but before doing that, the language bindings in v1.x may need to be updated to support Cmake build (I remember some of them hardcode paths that are only used in the Makefile build and would need to be refactored). So keeping both Make and CMake on v1.x may be easier, and would free up development ressources for moving the master branch from alpha-quality towards stable release. Best regards Leonard
