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 <norbertpocs0@gmail.com>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
Norbert Pocs
2024-11-25 17:42:50 +01:00
parent d2e5b69b02
commit f0b55391a8

View File

@@ -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: