From 849af68dbd53d8fb866f3b414a681e0d6ebaf5c7 Mon Sep 17 00:00:00 2001 From: Emma Anholt Date: Tue, 3 Jan 2023 12:25:19 -0800 Subject: ci/piglit: Add some common piglit skips for Mesa CI's testing of glx. Since our X servers don't have a compositor, and we run tests in parallel, various swap and frontbuffer tests won't ever be stable. Rather than having every driver have to track those flakes, make a general X11 skips list as a known issue of our CI rather than pointing fingers at drivers. Acked-by: Alyssa Rosenzweig Acked-by: Karol Herbst Acked-by: Martin Roukala Acked-by: David Heidelberg Part-of: --- .gitlab-ci/piglit/piglit-runner.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitlab-ci/piglit') diff --git a/.gitlab-ci/piglit/piglit-runner.sh b/.gitlab-ci/piglit/piglit-runner.sh index bb24376f3f1..db3d30ec28d 100755 --- a/.gitlab-ci/piglit/piglit-runner.sh +++ b/.gitlab-ci/piglit/piglit-runner.sh @@ -76,6 +76,10 @@ if [ -e "$INSTALL/$GPU_VERSION-skips.txt" ]; then PIGLIT_SKIPS="$PIGLIT_SKIPS $INSTALL/$GPU_VERSION-skips.txt" fi +if [ "$PIGLIT_PLATFORM" != "gbm" ] ; then + PIGLIT_SKIPS="$PIGLIT_SKIPS $INSTALL/x11-skips.txt" +fi + set +e piglit-runner \ -- cgit v1.2.1