From 8520163bdf0d1644d765b1ed0237fe53d5693f0e Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 4 Dec 2019 14:33:47 +0100 Subject: [PATCH] ci: Work-around successful installed tests having no logs This works around a bug in gnome-desktop-testing. See: https://gitlab.gnome.org/GNOME/gnome-desktop-testing/merge_requests/2 --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d49aff5f7..5da9aa112 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -108,6 +108,8 @@ installed-tests: - 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 + # Work-around https://gitlab.gnome.org/GNOME/gnome-desktop-testing/merge_requests/2 + - mkdir -p _build/installed-tests-report/logs/ - GLIB_TEST_COMPILATION=1 gnome-desktop-testing-runner --report-directory=_build/installed-tests-report/failed/ --log-directory=_build/installed-tests-report/logs/