From c341989fa1abca2f1d02ac06608610eb421d00c0 Mon Sep 17 00:00:00 2001 From: Erik Skultety Date: Tue, 12 Jul 2022 13:44:53 +0200 Subject: [PATCH] docs: ci: Add a brief section on how to run the CI workload locally MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is just a glue to the testing article introduced in previous commits. Signed-off-by: Erik Skultety Reviewed-by: Daniel P. Berrangé --- docs/ci.rst | 7 +++++++ 1 file changed, 7 insertions(+) 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.