From 74589123338c30b40f91e2df111c2b1577987aa7 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 3 Aug 2023 15:54:27 +0100 Subject: [PATCH] docs/ci: expand the description of test suites Signed-off-by: Eric Engestrom Part-of: --- docs/ci/index.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/ci/index.rst b/docs/ci/index.rst index 9b5143140d1..65ce76add88 100644 --- a/docs/ci/index.rst +++ b/docs/ci/index.rst @@ -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 - `__ +- Most drivers are also tested using several test suites, such as the + `Vulkan/GL/GLES conformance test suite `__, + `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.