From 0787148785decd5a42aeb4b07f3ac82cf5c26be5 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 15 Feb 2023 06:41:34 -0500 Subject: gitlab-ci: Report sphinx logs as artifacts of its lint job --- .gitlab-ci.yml | 1 + .gitlab/artifacts.yml | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 87a75e8a55..56e934b17d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -116,6 +116,7 @@ l:sphinx-fedora37: extends: - .fedora37_sphinx - .cmake_build_linux + - .cmake_sphinx_artifacts - .linux_x86_64_tags - .run_automatically variables: diff --git a/.gitlab/artifacts.yml b/.gitlab/artifacts.yml index 1b5384f2d8..f7c7668010 100644 --- a/.gitlab/artifacts.yml +++ b/.gitlab/artifacts.yml @@ -118,6 +118,15 @@ junit: - build/junit.xml +.cmake_sphinx_artifacts: + artifacts: + expire_in: 1d + when: always + paths: + # Take the sphinx logs. + - build/build-*.log + - build/linkcheck/output.* + .cmake_test_artifacts: artifacts: expire_in: 1d -- cgit v1.2.1