Move perma failing jobs in CI to manual run (#10886)

Should free CI resources
This commit is contained in:
Max Gautier
2024-02-19 18:00:39 +00:00
committed by GitHub
parent 667bb2c913
commit 12c8d0456f
2 changed files with 10 additions and 9 deletions

View File

@@ -18,12 +18,12 @@
- ./tests/scripts/testcases_run.sh
after_script:
- chronic ./tests/scripts/testcases_cleanup.sh
allow_failure: true
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
@@ -55,7 +55,8 @@ vagrant_ubuntu20-kube-router-svc-proxy:
vagrant_fedora37-kube-router:
stage: deploy-part2
extends: .vagrant
when: on_success
when: manual
# FIXME: this test if broken (perma-failing)
vagrant_centos7-kube-router:
stage: deploy-part2