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

Author: Eric Engestrom <e...@igalia.com>
Date:   Wed Jan 10 13:25:48 2024 +0000

ci: make sure we evaluate the python-test rules first

Fixes: 2c9fdaa83013ac60b55e ("ci: fix python-test dependency error on merge 
requests")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26984>

---

 .gitlab-ci/container/gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci/container/gitlab-ci.yml 
b/.gitlab-ci/container/gitlab-ci.yml
index d5a16eba78d..6cd0d382a15 100644
--- a/.gitlab-ci/container/gitlab-ci.yml
+++ b/.gitlab-ci/container/gitlab-ci.yml
@@ -88,9 +88,9 @@ debian/x86_64_build:
   variables:
     MESA_IMAGE_TAG: &debian-x86_64_build ${DEBIAN_BUILD_TAG}
   rules:
-    - !reference [.use-debian/x86_64_build-base, rules]
     # python-test requires this job
     - !reference [python-test, rules]
+    - !reference [.use-debian/x86_64_build-base, rules]
 
 .use-debian/x86_64_build:
   extends:

Reply via email to