From 845518d5d40092068658eed13a40eab4429dcd75 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 3 Aug 2023 14:13:02 +0100 Subject: [PATCH] docs/ci: stop trying to enumerate drivers that are tested using VK-GL-CTS Most of our drivers are tested by now. Part-of: --- docs/ci/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ci/index.rst b/docs/ci/index.rst index 03acd693305..bfbac649dad 100644 --- a/docs/ci/index.rst +++ b/docs/ci/index.rst @@ -15,8 +15,8 @@ The CI runs a number of tests, from trivial build-testing to complex GPU renderi - Build testing for a number of build systems, configurations and platforms - Sanity checks (``meson test``) -- Some drivers (Softpipe, LLVMpipe, Freedreno and Panfrost) are also tested - using `VK-GL-CTS `__ +- Most drivers are also tested using `VK-GL-CTS + `__ - Replay of application traces A typical run takes between 20 and 30 minutes, although it can go up very quickly