Module: Mesa Branch: main Commit: 0cc34b7bb95b8ddfdebc9866f1ab9a305757a70a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0cc34b7bb95b8ddfdebc9866f1ab9a305757a70a
Author: Emma Anholt <[email protected]> Date: Thu Feb 16 09:19:49 2023 -0800 ci/freedreno: Drop a530 piglit_gl coverage. It hasn't worked in a long time -- the board gets wedged 20 minutes in and then we reboot it and try again until failure. Acked-by: Mike Blumenkrantz <[email protected]> Acked-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21366> --- src/freedreno/ci/gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/freedreno/ci/gitlab-ci.yml b/src/freedreno/ci/gitlab-ci.yml index 34e0c698c6e..c15ed1068f3 100644 --- a/src/freedreno/ci/gitlab-ci.yml +++ b/src/freedreno/ci/gitlab-ci.yml @@ -113,7 +113,10 @@ a530_gl: # piglit_gl since it takes a bit under 20 minutes and has a lot of flakes, so # leave it as manual. The shader_tests are in the main a530_gl suite. -a530_piglit_gl: +# +# Disabled for now because something reliably takes out the board 19-20 minutes in, +# and then it reboots and tries again until the job timeout. +.a530_piglit_gl: extends: - .a530_piglit - .freedreno-manual-rules
