softpipe: fix ci rule ordering to avoid unnecessarily running jobs

fixes #5242

Reviewed-by: Michel Dänzer <mdaenzer@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12445>
This commit is contained in:
Mike Blumenkrantz
2021-08-18 08:15:15 -04:00
committed by Marge Bot
parent 09c1792d1f
commit e0bd2fae8b
@@ -1,8 +1,9 @@
.softpipe-deqp-test:
extends:
- .softpipe-rules
- .test-gl
- .deqp-test
# this must be last to avoid breaking dependency rules
- .softpipe-rules
variables:
GPU_VERSION: softpipe
LIBGL_ALWAYS_SOFTWARE: "true"