From: Erik Skultety Date: Tue, 12 Jul 2022 11:44:26 +0000 (+0200) Subject: docs: ci: Add a section on how to add a new platform to libvirt CI X-Git-Tag: v8.6.0-rc1~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=659ac70281d484fd788cca71f59a8e4489ac8239;p=thirdparty%2Flibvirt.git docs: ci: Add a section on how to add a new platform to libvirt CI Signed-off-by: Erik Skultety Reviewed-by: Daniel P. Berrangé --- diff --git a/docs/ci.rst b/docs/ci.rst index 566bc42db7..efb1ea295e 100644 --- a/docs/ci.rst +++ b/docs/ci.rst @@ -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 `__ project, +most relevant changes will need to be introduced to ``lcitool`` first. Please +follow the instructions outlined +`here `__