]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Gitlab: Add results.xml to the list of artifacts as well.
authorTom Rini <trini@konsulko.com>
Wed, 29 Jan 2025 20:47:12 +0000 (14:47 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 4 Feb 2025 17:57:36 +0000 (11:57 -0600)
Whereas with Azure the JUnit results file is available for download,
Gitlab doesn't default to including it as an artifact to download and
only makes it available via its own JUnit parser. Fix this by listing it
as an artifact to save as well.

Signed-off-by: Tom Rini <trini@konsulko.com>
.gitlab-ci.yml

index ea4d8c817320380eee6cc9caf3acd0246cc5a927..8f386a896a71b11b243051b21b0b423f8c09d4bf 100644 (file)
@@ -105,6 +105,7 @@ stages:
     paths:
       - "*.html"
       - "*.css"
+      - results.xml
     reports:
       junit: results.xml
     expire_in: 1 week