mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-04-07 19:19:23 -02:30
CI: move vagrant tests to ci-full (#12803)
Those tests are unfortunately broken, move them to ci-full
This commit is contained in:
@@ -36,7 +36,7 @@ vagrant:
|
|||||||
policy: pull-push # TODO: change to "pull" when not on main
|
policy: pull-push # TODO: change to "pull" when not on main
|
||||||
stage: deploy-extended
|
stage: deploy-extended
|
||||||
rules:
|
rules:
|
||||||
- if: $PR_LABELS =~ /.*(ci-extended|ci-full).*/
|
- if: $PR_LABELS =~ /.*ci-full.*/
|
||||||
when: on_success
|
when: on_success
|
||||||
- if: $CI_PIPELINE_SOURCE == "schedule" && $CI_PIPELINE_SCHEDULE_DESCRIPTION == "daily-ci"
|
- if: $CI_PIPELINE_SOURCE == "schedule" && $CI_PIPELINE_SCHEDULE_DESCRIPTION == "daily-ci"
|
||||||
when: on_success
|
when: on_success
|
||||||
|
|||||||
Reference in New Issue
Block a user