From f0b55391a8829bf7200dd68fb0b5bc05c4edf5f3 Mon Sep 17 00:00:00 2001 From: Norbert Pocs Date: Mon, 25 Nov 2024 17:42:50 +0100 Subject: [PATCH] gitlab-ci: Move Visual Studio builds back to test stage The Visual Studio builds are completing in a manageable speed now. Putting it back to the dependent chain of the CI to not cause any false positive representation of the analysis stage (when the stage has all skipped jobs, but the independent VS jobs succeed, the stage is shown as success) Reverting part of commit 91703202 Signed-off-by: Norbert Pocs Reviewed-by: Jakub Jelen --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f68c440f..681d9ee3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -568,9 +568,7 @@ freebsd/openssl_1.1.1/x86_64: # 2024-05-13: These jobs run out of the stages as they take extremely long and # usually timeout with the update to Gitlab 17.0 .vs: - stage: analysis - needs: [] - allow_failure: true + stage: test cache: key: vcpkg.${CI_JOB_NAME} paths: