[glib/wip/hadess/add-memory-monitor: 5/12] ci: Log successes for installed-tests as well



commit f45c947ddce902801669396cfbc1d81e2dcb33fd
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Nov 28 15:21:33 2019 +0100

    ci: Log successes for installed-tests as well
    
    Use newer version of gnome-desktop-testing to log test results even if
    successful.

 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8e40161fc..d49aff5f7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -106,8 +106,11 @@ installed-tests:
             _build
     - ninja -C _build
     - sudo ninja -C _build install
+    # FIXME: Add update until stable https://bodhi.fedoraproject.org/updates/FEDORA-2019-161b129d4d
+    - sudo dnf upgrade -y --enablerepo=updates-testing --advisory=FEDORA-2019-161b129d4d
     - GLIB_TEST_COMPILATION=1 gnome-desktop-testing-runner
             --report-directory=_build/installed-tests-report/failed/
+            --log-directory=_build/installed-tests-report/logs/
             glib
   artifacts:
     name: "glib-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"


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