From 788a39f144d8a29ba061942680709473dab17f6d Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz Date: Thu, 24 Oct 2019 20:28:13 +0000 Subject: [PATCH 1/2] ci: Start test stage immediately after build_meson --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index de2eb047..be4f75b3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,7 +49,7 @@ test_lintian: test: <<: *tags stage: test - dependencies: + needs: - build_meson script: - ninja -C _build test From dde659dbd38e0c7ad928826b817d6a91fd9ff4f1 Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz Date: Thu, 24 Oct 2019 20:28:35 +0000 Subject: [PATCH 2/2] ci: Delete large debug build directory early There's no need to keep it for a long time, as its only purpose is to feed the test stage --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index be4f75b3..e40975b0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,6 +22,7 @@ build_meson: artifacts: paths: - _build + expire_in: 3h script: - meson . _build/ -Ddepdatadir=/usr/share - ninja -C _build install