From 9eb79fa1aa0d4e6bf178c82022b45ff9a3309334 Mon Sep 17 00:00:00 2001 From: Stephen Brennan Date: Tue, 5 Dec 2023 10:23:37 -0800 Subject: [PATCH] testing: upload vmcore.xml as a regular artifact Gitlab CI will parse the vmcore.xml file, which is neat, but I want access to the raw file too. Signed-off-by: Stephen Brennan --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 71aa427a..b34ab0d0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,5 +7,7 @@ vmtest: - mkdir -p tmp/overlays tmp/info - tox -e runner -- python -m testing.heavyvm.runner --image-dir /var/drgn-tools/images --vm-info-dir tmp/info --overlay-dir tmp/overlays --tarball archive.tar.gz artifacts: + paths: + - vmcore.xml reports: junit: vmcore.xml