Skip to content

Commit

Permalink
testing: upload vmcore.xml as a regular artifact
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
brenns10 committed Dec 5, 2023
1 parent 064b742 commit 9eb79fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9eb79fa

Please sign in to comment.