CI: move vagrant tests to ci-full (#12803)

Those tests are unfortunately broken, move them to ci-full
This commit is contained in:
Max Gautier 2025-12-22 03:16:32 +00:00 committed by GitHub
parent 5cf8f3eefc
commit b7491b957b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,7 +36,7 @@ vagrant:
policy: pull-push # TODO: change to "pull" when not on main
stage: deploy-extended
rules:
- if: $PR_LABELS =~ /.*(ci-extended|ci-full).*/
- if: $PR_LABELS =~ /.*ci-full.*/
when: on_success
- if: $CI_PIPELINE_SOURCE == "schedule" && $CI_PIPELINE_SCHEDULE_DESCRIPTION == "daily-ci"
when: on_success