]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: Fix example syntax error and update testing.rst
authorRadoslaw Smigielski <rsmigiel@redhat.com>
Fri, 3 Jul 2026 14:02:55 +0000 (16:02 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 16 Jul 2026 14:17:24 +0000 (16:17 +0200)
Fix syntax error in one of the testing examples on alpine-edge image with prefix.

Update CI helper examples to use more recent OS versions:
 - Fedora 38 -> Fedora 44
 - Debian 11 -> Debian 13
 - Debian 10 -> Debian 13

Signed-off-by: Radoslaw Smigielski <rsmigiel@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
docs/testing.rst

index 84111ffd4c9e8cceaf4f3a7be97aecff39724881..436e8e8c3910058b94f757c7cbecedc59627d8ab 100644 (file)
@@ -137,18 +137,18 @@ the default libvirt registry:
     ...
 
 Now, let's say one would want to run the ``website`` job from GitLab on Debian
-11. This is how a GitLab job specification can be referenced on ``ci/helper``'s
+13. This is how a GitLab job specification can be referenced on ``ci/helper``'s
 command line:
 
 ::
 
-    $ ci/helper run --job website debian-10
+    $ ci/helper run --job website debian-13
 
 What if you want to run an rpmbuild of libvirt on an RPM distro?
 
 ::
 
-    $ ci/helper run --job rpmbuild fedora-38
+    $ ci/helper run --job rpmbuild fedora-44
 
 Want to use your own, say alpine-edge, container image from your GitLab
 container registry?
@@ -156,7 +156,7 @@ Proceed with the following:
 
 ::
 
-    $ ci/helper run --job build --image-prefix registry.gitlab.com/<user>/libvirt/ci- alpine-edge
+    $ ci/helper run --job build --image-prefix registry.gitlab.com/<user>/libvirt/ci-alpine-edge
 
 Finally, it would be nice if one could get an interactive shell inside the
 test environment to debug potential build issues. This can be achieved with the