gitlab-ci: Add needs stanza to arm64_a306_gles2 job definition

This allows the arm64_a306_gles2 jobs to run as soon as the meson-arm64
job has finished.

Fixes: 6f0dc087b7 "freedreno: Introduce gitlab-based CI."
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Michel Dänzer 2019-09-13 10:56:54 +02:00 committed by Michel Dänzer
parent 741cff91d3
commit 0173e9b1ca
1 changed files with 1 additions and 0 deletions

View File

@ -409,6 +409,7 @@ arm64_a306_gles2:
- db410c
dependencies:
- meson-arm64
needs: [ meson-arm64 ]
.cheza-test:
image: $DEBIAN_ARM64_IMAGE