Skip to content

Commit

Permalink
skip docker-machine test
Browse files Browse the repository at this point in the history
  • Loading branch information
yankay committed Apr 8, 2024
1 parent fdf5988 commit 7ce29f3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
16 changes: 12 additions & 4 deletions .gitlab-ci/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,27 +35,35 @@ molecule_no_container_engines:
extends: .molecule
script:
- ./tests/scripts/molecule_run.sh -e container-engine
when: on_success
when: manual
# FIXME: this test is broken by docker-machine
# xref: https://github.com/kubernetes-sigs/kubespray/issues/11049

molecule_docker:
extends: .molecule
script:
- ./tests/scripts/molecule_run.sh -i container-engine/cri-dockerd
when: on_success
when: manual
# FIXME: this test is broken by docker-machine
# xref: https://github.com/kubernetes-sigs/kubespray/issues/11049

molecule_containerd:
extends: .molecule
script:
- ./tests/scripts/molecule_run.sh -i container-engine/containerd
when: on_success
when: manual
# FIXME: this test is broken by docker-machine
# xref: https://github.com/kubernetes-sigs/kubespray/issues/11049

molecule_cri-o:
extends: .molecule
stage: deploy-part2
script:
- ./tests/scripts/molecule_run.sh -i container-engine/cri-o
allow_failure: true
when: on_success
when: manual
# FIXME: this test is broken by docker-machine
# xref: https://github.com/kubernetes-sigs/kubespray/issues/11049

# Stage 3 container engines don't get as much attention so allow them to fail
molecule_kata:
Expand Down
8 changes: 6 additions & 2 deletions .gitlab-ci/vagrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,17 @@ vagrant_ubuntu20-weave-medium:
vagrant_ubuntu20-flannel:
stage: deploy-part2
extends: .vagrant
when: on_success
when: manual
allow_failure: false
# FIXME: this test is broken by docker-machine
# xref: https://github.com/kubernetes-sigs/kubespray/issues/11049

vagrant_ubuntu20-flannel-collection:
stage: deploy-part2
extends: .vagrant
when: on_success
when: manual
# FIXME: this test is broken by docker-machine
# xref: https://github.com/kubernetes-sigs/kubespray/issues/11049

vagrant_ubuntu20-kube-router-sep:
stage: deploy-part2
Expand Down

0 comments on commit 7ce29f3

Please sign in to comment.