From 218c403dee411d69cd392ce096fb77e3c608c825 Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Thu, 30 Jan 2025 12:20:32 +0100 Subject: [PATCH] ci: Move debian-android up to the build-for-tests stage We're about to enable our first Android test job. Signed-off-by: Valentine Burley Reviewed-by: Eric Engestrom Reviewed-by: Antonio Ospite Part-of: --- .gitlab-ci/build/gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci/build/gitlab-ci.yml b/.gitlab-ci/build/gitlab-ci.yml index d4ae704eda4..d18338d3ded 100644 --- a/.gitlab-ci/build/gitlab-ci.yml +++ b/.gitlab-ci/build/gitlab-ci.yml @@ -82,6 +82,8 @@ optional: true - job: debian-arm64-asan optional: true + - job: debain-android + optional: true # Windows runners don't have more than one build right now, so there is # no need to wait on the "first one" to be done. # - job: windows-msvc @@ -429,9 +431,9 @@ debian-android: - .meson-cross - .use-debian/android_build - .ci-deqp-artifacts + stage: build-for-tests needs: - !reference [.use-debian/android_build, needs] - - !reference [.build-for-tests-jobs] variables: BUILDTYPE: debug UNWIND: "disabled"