From 21b06f43bf1d6551304d5872767f6881f99b9541 Mon Sep 17 00:00:00 2001 From: "igor udot (horw)" Date: Mon, 6 Nov 2023 14:34:33 +0800 Subject: [PATCH] ci: added build log artifacts for linux --- .gitlab/ci/host-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/ci/host-test.yml b/.gitlab/ci/host-test.yml index 7950c07125..fee0070f2e 100644 --- a/.gitlab/ci/host-test.yml +++ b/.gitlab/ci/host-test.yml @@ -325,6 +325,7 @@ test_pytest_linux: paths: - XUNIT_RESULT.xml - pytest_embedded_log/ + - "**/build*/build_log.txt" reports: junit: XUNIT_RESULT.xml expire_in: 1 week