summaryrefslogtreecommitdiff
path: root/src/freedreno
diff options
context:
space:
mode:
authorEmma Anholt <emma@anholt.net>2021-06-08 14:35:42 -0700
committerMarge Bot <eric+marge@anholt.net>2021-06-10 23:45:36 +0000
commitea25090aab8d8a8ad2583e14db42a42a1336b3d3 (patch)
tree6c96fb5c233a4cf1b178a50e486a92ba6444ba0f /src/freedreno
parent53826932db58989ef2e479ec395e90d71a5be64b (diff)
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@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11283>
Diffstat (limited to 'src/freedreno')
-rw-r--r--src/freedreno/ci/gitlab-ci.yml4
1 files 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: