docs/ci: expand the description of test suites
authorEric Engestrom <eric@igalia.com>
Thu, 3 Aug 2023 14:54:27 +0000 (15:54 +0100)
committerMarge Bot <emma+marge@anholt.net>
Thu, 3 Aug 2023 19:30:11 +0000 (19:30 +0000)
Signed-off-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24472>

docs/ci/index.rst

index 9b51431..65ce76a 100644 (file)
@@ -15,8 +15,9 @@ The CI runs a number of tests, from trivial build-testing to complex GPU renderi
 
 - Build testing for a number of configurations and platforms
 - Sanity checks (``meson test``)
-- Most drivers are also tested using `VK-GL-CTS
-  <https://github.com/KhronosGroup/VK-GL-CTS>`__
+- Most drivers are also tested using several test suites, such as the
+  `Vulkan/GL/GLES conformance test suite <https://github.com/KhronosGroup/VK-GL-CTS>`__,
+  `Piglit <https://gitlab.freedesktop.org/mesa/piglit>`__, and others.
 - Replay of application traces
 
 A typical run takes between 20 and 30 minutes, although it can go up very quickly
@@ -317,4 +318,4 @@ to create containers and run tests on the available farms.
 
 .. envvar:: EXTRA_LOCAL_PACKAGES
 
-   Define extra Debian packages to be installed in the container.
\ No newline at end of file
+   Define extra Debian packages to be installed in the container.