| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
The script is a standalone ctest script that runs all steps.
It can be used for more than just external tests.
|
|
|
|
|
| |
GitLab can render test results which come from JUnit files and inform
which tests have started failing on an MR.
|
|
|
|
|
| |
To avoid starving test jobs, the build jobs should also back off if
there is a lot of machine load.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
These jobs are self-contained and so can be re-run on their own to
produce a whole new submission to CDash. Tell CDash when each
submission is done so re-running a job replaces results rather than
accumulating them.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Machines may have more cores than testing actually supports.
Apply the change from commit e80362252f (ci: support a max parallelism
for tests, 2020-09-28) to tests in the test-ext stage too.
|
| |
|
|
|