[tracker/tracker-2.3] tests: Use libeatmydata to speed up tests



commit 561287bcefccd345f254cae9a846cd0dd260ffce
Author: Sam Thursfield <sam afuera me uk>
Date:   Wed Feb 12 00:22:32 2020 +0100

    tests: Use libeatmydata to speed up tests
    
    This will hopefully fix https://gitlab.gnome.org/GNOME/tracker/issues/145
    
    Depends on https://gitlab.gnome.org/GNOME/tracker-oci-images/merge_requests/14
    
    Backport of https://gitlab.gnome.org/GNOME/tracker/merge_requests/176

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8a15ace67..655ea6ee1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,7 +15,7 @@ test-fedora-latest:
       # screenful of junk each time unless we strip these.
       unset $(env|grep -o '^CI_[^=]*')
 
-      su tracker -c 'cd build; env LANG=C.UTF8 LC_ALL=C.UTF8 meson test --print-errorlogs'
+      su tracker -c 'cd build; env LANG=C.UTF8 LC_ALL=C.UTF8 eatmydata meson test --print-errorlogs'
 
   artifacts:
     when: always


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