summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorSam Thursfield <sam@afuera.me.uk>2019-09-14 14:54:00 +0200
committerSam Thursfield <sam@afuera.me.uk>2019-09-14 14:59:37 +0200
commit802caa34f2805b896cb2eb7e51399d221769d3ca (patch)
treef08ecbb1563a8e0a0909a6f528992a1758b92377 /.gitlab-ci.yml
parent8b3f7f0206f010413dc144a3c84b6f68448a9305 (diff)
downloadtracker-802caa34f2805b896cb2eb7e51399d221769d3ca.tar.gz
ci: Note how many processes Meson is using
The CI runners on gitlab.gnome.org seem to have huge numbers of CPUs but they don't have the IO capacity to match, leading to test timeouts.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 29a459acd..f659c6fd9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,6 +28,8 @@ test-fedora-latest:
after_script:
- |
+ python3 -c 'import multiprocessing; print(f"Meson probably started {multiprocessing.cpu_count()} tests in parallel.")'
+ - |
echo "Test suite settings:"
echo
echo " TRACKER_VERBOSITY: ${TRACKER_VERBOSITY}"