From 0173e9b1ca012e5e32f8d7b702fb61cb00792455 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michel=20D=C3=A4nzer?= Date: Fri, 13 Sep 2019 10:56:54 +0200 Subject: [PATCH] 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: 6f0dc087b7a5 "freedreno: Introduce gitlab-based CI." Reviewed-by: Eric Engestrom Reviewed-by: Eric Anholt --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a5d50737b8..effb3c16014 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -409,6 +409,7 @@ arm64_a306_gles2: - db410c dependencies: - meson-arm64 + needs: [ meson-arm64 ] .cheza-test: image: $DEBIAN_ARM64_IMAGE -- 2.30.2