From: Erik Skultety Date: Tue, 12 Jul 2022 11:44:53 +0000 (+0200) Subject: docs: ci: Add a brief section on how to run the CI workload locally X-Git-Tag: v8.6.0-rc1~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c341989fa1abca2f1d02ac06608610eb421d00c0;p=thirdparty%2Flibvirt.git docs: ci: Add a brief section on how to run the CI workload locally This is just a glue to the testing article introduced in previous commits. Signed-off-by: Erik Skultety Reviewed-by: Daniel P. Berrangé --- diff --git a/docs/ci.rst b/docs/ci.rst index efb1ea295e..ee85018c49 100644 --- a/docs/ci.rst +++ b/docs/ci.rst @@ -49,3 +49,10 @@ provided by the `libvirt-ci `__ proje most relevant changes will need to be introduced to ``lcitool`` first. Please follow the instructions outlined `here `__ + + +Running CI workloads locally +============================ + +If you're interested in running the CI test workloads locally, please read +our `testing `__ guide.