[PATCH v2 1/6] CI: upload tests-junit.xml as a normal artifact too

Marek Marczykowski-Górecki posted 6 patches 1 day ago
[PATCH v2 1/6] CI: upload tests-junit.xml as a normal artifact too
Posted by Marek Marczykowski-Górecki 1 day ago
This allows checking the file if gitlab can't parse it for some reason.

Signed-off-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
---
 automation/gitlab-ci/test.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/automation/gitlab-ci/test.yaml b/automation/gitlab-ci/test.yaml
index 275c01c19f77..e189a774e946 100644
--- a/automation/gitlab-ci/test.yaml
+++ b/automation/gitlab-ci/test.yaml
@@ -151,6 +151,7 @@
     paths:
       - smoke.serial
       - '*.log'
+      - tests-junit.xml
     when: always
   rules:
     - if: $CI_JOB_NAME =~ $SELECTED_JOBS_ONLY && $QUBES_JOBS == "true"
-- 
git-series 0.9.1