Skip to content

Commit

Permalink
backport disabling broken CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
VannTen committed Sep 12, 2024
1 parent 3f5cbb6 commit f16951a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitlab-ci/vagrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
vagrant_ubuntu20-calico-dual-stack:
stage: deploy-part2
extends: .vagrant
when: on_success
when: manual
# FIXME: this test if broken (perma-failing)

vagrant_ubuntu20-weave-medium:
stage: deploy-part2
Expand All @@ -45,7 +46,7 @@ vagrant_ubuntu20-flannel:
vagrant_ubuntu20-flannel-collection:
stage: deploy-part2
extends: .vagrant
when: on_success
when: manual

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

0 comments on commit f16951a

Please sign in to comment.