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

@@ -1,2 +0,0 @@
---
kube_resolv_conf: "/run/systemd/resolve/resolv.conf"

View File

@@ -17,3 +17,7 @@
command: /sbin/swapoff -a
when: swapon.stdout
ignore_errors: "{{ ansible_check_mode }}" # noqa ignore-errors
- name: Disable swapOnZram for Fedora
command: touch /etc/systemd/zram-generator.conf
when: swapon.stdout and ansible_distribution in ['Fedora']