Mesa (main): ci/freedreno: Enable running all of piglit_gl for a530's manual test.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jun 11 00:33:24 UTC 2021


Module: Mesa
Branch: main
Commit: ea25090aab8d8a8ad2583e14db42a42a1336b3d3
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ea25090aab8d8a8ad2583e14db42a42a1336b3d3

Author: Emma Anholt <emma at anholt.net>
Date:   Tue Jun  8 14:35:42 2021 -0700

ci/freedreno: Enable running all of piglit_gl for a530's manual test.

Otherwise the xfails will end up stale after piglit uprevs that change the
test set.

Reviewed-by: Juan A. Suarez <jasuarez at igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11283>

---

 src/freedreno/ci/gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/freedreno/ci/gitlab-ci.yml b/src/freedreno/ci/gitlab-ci.yml
index 0685cd3a309..0ad6a063a50 100644
--- a/src/freedreno/ci/gitlab-ci.yml
+++ b/src/freedreno/ci/gitlab-ci.yml
@@ -122,14 +122,14 @@ a530_gles31:
     BARE_METAL_TEST_SCRIPT: "/install/piglit/piglit-runner.sh"
     BM_START_XORG: 1
 
-# Run 1/2 of piglit_gl since it takes a bit under 20 minutes
+# piglit_gl since it takes a bit under 20 minutes and has a lot of flakes, so
+# leave it as manual.
 a530_piglit_gl:
   extends:
     - .a530_piglit
     - .test-manual-mr
   variables:
     PIGLIT_PROFILES: quick_gl
-    PIGLIT_FRACTION: 2
 
 a530_piglit_shader:
   extends:



More information about the mesa-commit mailing list