]> git.ipfire.org Git - thirdparty/libvirt.git/commit
gitlab-ci: Introduce new 'integration_tests' pipeline stage
authorErik Skultety <eskultet@redhat.com>
Tue, 5 Oct 2021 09:02:24 +0000 (11:02 +0200)
committerErik Skultety <eskultet@redhat.com>
Thu, 17 Mar 2022 15:09:53 +0000 (16:09 +0100)
commit1dfd30884367506ff4f017e4183e6bf875ef8509
treec735a2946e79c4fa923d9e0d64bf0cb06c9fea4a
parent4ee1c4cc6dd85ec32953fdc3db0e339a3c7e3089
gitlab-ci: Introduce new 'integration_tests' pipeline stage

This stage will download build artifacts from both the libvirt and
libvirt-perl (multi-project CI) builds, install all them on the custom
runners and configures libvirt debug logging on the runners prior to
executing the actual test suite. In case of a failure, libvirt and
Avocado logs will be saved and published as pipeline artifacts.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
.gitlab-ci.yml
ci/integration.yml [new file with mode: 0644]