mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-01-08 14:54:47 +08:00
ci: fix python-test dependency error on merge requests
Pipeline is unable to run due to the following error: 'python-test' job needs 'debian/x86_64_build' job, but 'debian/x86_64_build' is not in any previous stage python-test job has the following rule: - changes: - bin/ci/**/* so add it as well to debian/x86_64_build Signed-off-by: Helen Koike <helen.koike@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26802>
This commit is contained in:
parent
c1ef6037fd
commit
2c9fdaa830
@ -82,6 +82,10 @@ debian/x86_64_build:
|
||||
- .use-debian/x86_64_build-base
|
||||
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]
|
||||
|
||||
.use-debian/x86_64_build:
|
||||
extends:
|
||||
|
Loading…
Reference in New Issue
Block a user