mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 20:20:18 +01:00
gitlab-ci: Add test-container:arm64 to needs: for arm64 test jobs
Without this, it was theoretically possible for the jobs to run before the docker image was ready. v2: * Use - list syntax instead of [] (Eric Engestrom) Reviewed-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
42a18280e4
commit
f2b8051d69
1 changed files with 3 additions and 1 deletions
|
|
@ -423,7 +423,9 @@ arm64_a630_gles2:
|
||||||
- mesa-cheza
|
- mesa-cheza
|
||||||
dependencies:
|
dependencies:
|
||||||
- meson-arm64
|
- meson-arm64
|
||||||
needs: [ meson-arm64 ]
|
needs:
|
||||||
|
- meson-arm64
|
||||||
|
- test-container:arm64
|
||||||
|
|
||||||
arm64_a630_gles31:
|
arm64_a630_gles31:
|
||||||
extends: arm64_a630_gles2
|
extends: arm64_a630_gles2
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue