From 2dcb6d1fbbba3391dcdd5a5bb42301a972749ab4 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 7276836bd2..f4911dfeba 100644 --- a/.gitlab/ci/host-test.yml +++ b/.gitlab/ci/host-test.yml @@ -334,6 +334,7 @@ test_pytest_linux: paths: - XUNIT_RESULT.xml - pytest_embedded_log/ + - "**/build*/build_log.txt" reports: junit: XUNIT_RESULT.xml expire_in: 1 week