Skip to content

Commit b7491b9

Browse files
authored
CI: move vagrant tests to ci-full (#12803)
Those tests are unfortunately broken, move them to ci-full
1 parent 5cf8f3e commit b7491b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci/vagrant.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ vagrant:
3636
policy: pull-push # TODO: change to "pull" when not on main
3737
stage: deploy-extended
3838
rules:
39-
- if: $PR_LABELS =~ /.*(ci-extended|ci-full).*/
39+
- if: $PR_LABELS =~ /.*ci-full.*/
4040
when: on_success
4141
- if: $CI_PIPELINE_SOURCE == "schedule" && $CI_PIPELINE_SCHEDULE_DESCRIPTION == "daily-ci"
4242
when: on_success

0 commit comments

Comments
 (0)