Browse Source
Move perma failing jobs in CI to manual run (#10886)
Should free CI resources
pull/10943/head
Max Gautier
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
10 additions and
9 deletions
-
.gitlab-ci/molecule.yml
-
.gitlab-ci/vagrant.yml
|
@ -61,23 +61,23 @@ molecule_cri-o: |
|
|
molecule_kata: |
|
|
molecule_kata: |
|
|
extends: .molecule |
|
|
extends: .molecule |
|
|
stage: deploy-part3 |
|
|
stage: deploy-part3 |
|
|
allow_failure: true |
|
|
|
|
|
script: |
|
|
script: |
|
|
- ./tests/scripts/molecule_run.sh -i container-engine/kata-containers |
|
|
- ./tests/scripts/molecule_run.sh -i container-engine/kata-containers |
|
|
when: on_success |
|
|
|
|
|
|
|
|
when: manual |
|
|
|
|
|
# FIXME: this test is broken (perma-failing) |
|
|
|
|
|
|
|
|
molecule_gvisor: |
|
|
molecule_gvisor: |
|
|
extends: .molecule |
|
|
extends: .molecule |
|
|
stage: deploy-part3 |
|
|
stage: deploy-part3 |
|
|
allow_failure: true |
|
|
|
|
|
script: |
|
|
script: |
|
|
- ./tests/scripts/molecule_run.sh -i container-engine/gvisor |
|
|
- ./tests/scripts/molecule_run.sh -i container-engine/gvisor |
|
|
when: on_success |
|
|
|
|
|
|
|
|
when: manual |
|
|
|
|
|
# FIXME: this test is broken (perma-failing) |
|
|
|
|
|
|
|
|
molecule_youki: |
|
|
molecule_youki: |
|
|
extends: .molecule |
|
|
extends: .molecule |
|
|
stage: deploy-part3 |
|
|
stage: deploy-part3 |
|
|
allow_failure: true |
|
|
|
|
|
script: |
|
|
script: |
|
|
- ./tests/scripts/molecule_run.sh -i container-engine/youki |
|
|
- ./tests/scripts/molecule_run.sh -i container-engine/youki |
|
|
when: on_success |
|
|
|
|
|
|
|
|
when: manual |
|
|
|
|
|
# FIXME: this test is broken (perma-failing) |
|
@ -18,12 +18,12 @@ |
|
|
- ./tests/scripts/testcases_run.sh |
|
|
- ./tests/scripts/testcases_run.sh |
|
|
after_script: |
|
|
after_script: |
|
|
- chronic ./tests/scripts/testcases_cleanup.sh |
|
|
- chronic ./tests/scripts/testcases_cleanup.sh |
|
|
allow_failure: true |
|
|
|
|
|
|
|
|
|
|
|
vagrant_ubuntu20-calico-dual-stack: |
|
|
vagrant_ubuntu20-calico-dual-stack: |
|
|
stage: deploy-part2 |
|
|
stage: deploy-part2 |
|
|
extends: .vagrant |
|
|
extends: .vagrant |
|
|
when: on_success |
|
|
|
|
|
|
|
|
when: manual |
|
|
|
|
|
# FIXME: this test if broken (perma-failing) |
|
|
|
|
|
|
|
|
vagrant_ubuntu20-weave-medium: |
|
|
vagrant_ubuntu20-weave-medium: |
|
|
stage: deploy-part2 |
|
|
stage: deploy-part2 |
|
@ -55,7 +55,8 @@ vagrant_ubuntu20-kube-router-svc-proxy: |
|
|
vagrant_fedora37-kube-router: |
|
|
vagrant_fedora37-kube-router: |
|
|
stage: deploy-part2 |
|
|
stage: deploy-part2 |
|
|
extends: .vagrant |
|
|
extends: .vagrant |
|
|
when: on_success |
|
|
|
|
|
|
|
|
when: manual |
|
|
|
|
|
# FIXME: this test if broken (perma-failing) |
|
|
|
|
|
|
|
|
vagrant_centos7-kube-router: |
|
|
vagrant_centos7-kube-router: |
|
|
stage: deploy-part2 |
|
|
stage: deploy-part2 |
|
|