mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
gitlab-ci: Explicitly list debian-10 in needs: for .deqp-test template
Apparently needs: in a definition overwrites inherited ones. So .deqp-test effectively didn't declare needs: for debian-10, which means any jobs based on .deqp-test could spuriously run after the debian-10 job failed or was cancelled.
This commit is contained in:
parent
38d42cf1d5
commit
c5aa2711a4
1 changed files with 3 additions and 1 deletions
|
|
@ -408,7 +408,9 @@ scons-old-llvm:
|
|||
- results/
|
||||
dependencies:
|
||||
- meson-main
|
||||
needs: [meson-main]
|
||||
needs:
|
||||
- meson-main
|
||||
- debian-10
|
||||
|
||||
test-llvmpipe-gles2:
|
||||
parallel: 4
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue