Module: Mesa Branch: main Commit: 9bdee8cd39019b3bdd1b41789a80f7cf0aaaa0b5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9bdee8cd39019b3bdd1b41789a80f7cf0aaaa0b5
Author: Juan A. Suarez Romero <[email protected]> Date: Fri Nov 3 10:15:49 2023 +0100 vc4/ci: comment why piglit is disabled We disabled piglit testsuite some time ago because it is causing GPU hangs from time to time, and we didn't find out yet what are the tests causing such issue. Signed-off-by: Juan A. Suarez Romero <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26021> --- src/broadcom/ci/deqp-broadcom-rpi3.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/broadcom/ci/deqp-broadcom-rpi3.toml b/src/broadcom/ci/deqp-broadcom-rpi3.toml index 1724db4c44c..9d74219298e 100644 --- a/src/broadcom/ci/deqp-broadcom-rpi3.toml +++ b/src/broadcom/ci/deqp-broadcom-rpi3.toml @@ -24,6 +24,8 @@ deqp_args = [ "--deqp-visibility=hidden", ] +# We are getting frequent GPU hangs with piglit, but still haven't identified +# the cause. So let's disable it for now. # [[piglit]] # piglit_folder = "/piglit" # profile = "quick_gl"
