]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: ci: Add a section on how to add a new platform to libvirt CI
authorErik Skultety <eskultet@redhat.com>
Tue, 12 Jul 2022 11:44:26 +0000 (13:44 +0200)
committerErik Skultety <eskultet@redhat.com>
Fri, 15 Jul 2022 06:26:34 +0000 (08:26 +0200)
Signed-off-by: Erik Skultety <eskultet@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
docs/ci.rst

index 566bc42db75799cc726d26a10e1475b4f40b35cb..efb1ea295e99e23ec7f67d881a61b52d79ddab08 100644 (file)
@@ -40,3 +40,12 @@ Retrieving test logs
 In case the integration test suite fails in our CI pipelines, a job artifact is
 generated containing Avocado logs, libvirt debug logs, and the latest traceback
 (if one was produced during a daemon's execution).
+
+Adding new OS platforms OR build pre-requisites
+===============================================
+
+Since all of the Dockerfiles libvirt uses for CI have been generated by ``lcitool``
+provided by the `libvirt-ci <https://gitlab.com/libvirt/libvirt-ci.git>`__ project,
+most relevant changes will need to be introduced to ``lcitool`` first. Please
+follow the instructions outlined
+`here <https://gitlab.com/libvirt/libvirt-ci/-/blob/master/docs/platforms_and_mappings.rst>`__