Skip to content

Tests: Split CPack DEB and RPM tests into smaller tests

Kyle Edwards requested to merge kyle.edwards/cmake:cpack-deb-rpm-split into master

The DEB and RPM tests are quite large, which can result in CTest clients timing out on these tests even though they're working properly. The RPM test in particular causes a lot of timeouts on the CMake dashboard machines. This change splits these tests into smaller tests so that they don't time out.

Merge request reports