From 456e8103ef5feecd1761633cd8cd3fc21652cf15 Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Tue, 9 Jun 2020 19:05:21 +0200 Subject: [PATCH] ci: fix possible spuriously run of jobs MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Need to list arm_test-base here as well, or jobs using this template may spuriously run if the arm_test-base job fails or is cancelled. Suggested-by: Michel Dänzer Signed-off-by: Christian Gmeiner Reviewed-by: Michel Dänzer Reviewed-by: Daniel Stone Part-of: --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3339cea12f8..4acc5628306 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -299,6 +299,7 @@ arm64_test: TAG: *arm64_test image: "$CI_REGISTRY_IMAGE/debian/arm64_test:$TAG" needs: + - arm_test-base - arm64_test # Native Windows docker builds @@ -990,6 +991,7 @@ arm64_a306_gles2: script: - .gitlab-ci/bare-metal/fastboot.sh needs: + - arm_test-base - arm64_test - arm_build - meson-arm64 -- 2.30.2