ci/freedreno: Fix a5xx piglit runs.
authorEric Anholt <eric@anholt.net>
Fri, 5 Feb 2021 00:06:44 +0000 (16:06 -0800)
committerMarge Bot <eric+marge@anholt.net>
Mon, 22 Feb 2021 19:31:46 +0000 (19:31 +0000)
I missed this regression in the "start using Xorg" branch since the piglit
runs are manual.  I made the piglit runs accidentally require a core
context, which a5xx can't do (it's only GL 3.1).

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9144>

.gitlab-ci/piglit/run.sh

index c12844a..c0eea88 100755 (executable)
@@ -106,7 +106,7 @@ else
     elif [ "x$PIGLIT_PLATFORM" = "xmixed_glx_egl" ]; then
         # It is assumed that you have already brought up your X server before
         # calling this script.
-        SANITY_MESA_VERSION_CMD="$SANITY_MESA_VERSION_CMD --platform glx --api gl --profile core"
+        SANITY_MESA_VERSION_CMD="$SANITY_MESA_VERSION_CMD --platform glx --api gl"
     else
         SANITY_MESA_VERSION_CMD="$SANITY_MESA_VERSION_CMD --platform glx --api gl --profile core"
         RUN_CMD_WRAPPER="xvfb-run --server-args=\"-noreset\" sh -c"