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 <eskultet@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Erik Skultety 2022-07-12 13:44:53 +02:00
parent 659ac70281
commit c341989fa1

View File

@ -49,3 +49,10 @@ provided by the `libvirt-ci <https://gitlab.com/libvirt/libvirt-ci.git>`__ proje
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>`__
Running CI workloads locally
============================
If you're interested in running the CI test workloads locally, please read
our `testing <testing.html>`__ guide.