Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gitlab-ci: upload JUnit reports for builds | Ben Boeckel | 2021-06-30 | 1 | -0/+1 |
| | | | | | GitLab can render test results which come from JUnit files and inform which tests have started failing on an MR. | ||||
* | ci: pay attention to the machine load when running tests | Ben Boeckel | 2021-04-06 | 1 | -0/+1 |
| | | | | | | CMake's test suite is sensitive to machine load and can cause spurious timeouts. To acknowledge this, prevent CTest from spawning tests into a busy machine. | ||||
* | ci: support a max parallelism for tests | Ben Boeckel | 2020-09-28 | 1 | -0/+5 |
| | | | | Machines may have more cores than testing actually supports. | ||||
* | gitlab-ci: add scripts for use by CI | Ben Boeckel | 2020-04-29 | 1 | -0/+24 |