gitlab-ci: Explicitly list debian-10 in needs: for .deqp-test template
authorMichel Dänzer <mdaenzer@redhat.com>
Tue, 22 Oct 2019 09:19:17 +0000 (11:19 +0200)
committerMichel Dänzer <michel@daenzer.net>
Tue, 22 Oct 2019 10:26:29 +0000 (10:26 +0000)
commitc5aa2711a45d060960e002804a6e5a7d326e8b5e
tree4f18fe3b2704fe71794de77d63b4cd2837f1c5d0
parent38d42cf1d5937e17d214cb4f289aec828ec034fe
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.
.gitlab-ci.yml