Cleanup tests (#8234)

* Add Fedora 35 image, support and CI

* Cleanup tests and allow_failure for vagrant
This commit is contained in:
Florian Ruynat
2021-11-26 18:00:51 +01:00
committed by GitHub
parent e78bda65fe
commit a5f88e14d0
66 changed files with 56 additions and 180 deletions

View File

@@ -58,7 +58,6 @@ packet_centos7-flannel-addons-ha:
extends: .packet_pr
stage: deploy-part2
when: on_success
allow_failure: true
packet_centos8-crio:
extends: .packet_pr
@@ -150,6 +149,11 @@ packet_fedora34-docker-weave:
extends: .packet_pr
when: on_success
packet_fedora35-kube-router:
stage: deploy-part2
extends: .packet_pr
when: on_success
packet_opensuse-canal:
stage: deploy-part2
extends: .packet_periodic

View File

@@ -39,6 +39,7 @@ molecule_tests:
- ./tests/scripts/testcases_run.sh
after_script:
- chronic ./tests/scripts/testcases_cleanup.sh
allow_failure: true
vagrant_ubuntu18-calico-dual-stack:
stage: deploy-part2