[tracker-miners/sam/ci-1-process] WIP: Test 1 process



commit b0368fd6fe9a97982e279b471eb04b3f0fac81e5
Author: Sam Thursfield <sam afuera me uk>
Date:   Sun Sep 15 18:11:57 2019 +0200

    WIP: Test 1 process

 .gitlab-ci.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b84742693..57346a6b9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,10 +27,7 @@ test-fedora-latest:
       # screenful of junk each time unless we strip these.
       unset $(env|grep -o '^CI_[^=]*')
 
-      # We limit `meson test` to 4 parallel test processes. The default is to
-      # have one test process per CPU, but our tests are mostly IO bound
-      # and we get timeouts and failures if we try to run 32 of them at once.
-      su tracker -c 'cd build; dbus-run-session -- env LANG=en_US.UTF8 meson test --suite tracker-miners 
--num-processes=4 --print-errorlogs'
+      su tracker -c 'cd build; dbus-run-session -- env LANG=en_US.UTF8 meson test --suite tracker-miners 
--num-processes=1 --print-errorlogs'
 
   artifacts:
     when: always


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]