From b7491b957b74ccdd0179470fc53d5410eaa748b0 Mon Sep 17 00:00:00 2001 From: Max Gautier Date: Mon, 22 Dec 2025 03:16:32 +0000 Subject: [PATCH] CI: move vagrant tests to ci-full (#12803) Those tests are unfortunately broken, move them to ci-full --- .gitlab-ci/vagrant.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/vagrant.yml b/.gitlab-ci/vagrant.yml index cc29a98e6..4ff78bb02 100644 --- a/.gitlab-ci/vagrant.yml +++ b/.gitlab-ci/vagrant.yml @@ -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