Add RHEL 9.0, Ubuntu 22.04 and Fedora 36 to CI (#358)

* Add RHEL 9.0 to CI.

* Add RHEL 9 specific files.

* Add Ubuntu 22.04 and Fedora 36 to CI.

* Another try.

* Adjust kernel memory tests.

* Add more details.

* RHEL 9 doesn't support setting memory swappiness.

* Fix docker_swarm_service tests.

The 'less' case should always have been changed, but it probably was always skipped
due to a too old Docker SDK for Python or a too old Docker daemon.

* More checks / improve checks.
This commit is contained in:
Felix Fontein
2022-05-20 16:27:13 +02:00
committed by GitHub
parent 1425faadd0
commit cfc6fb9d40
7 changed files with 75 additions and 12 deletions
@@ -0,0 +1,13 @@
---
docker_prereq_packages:
- yum-utils
- device-mapper-persistent-data
- lvm2
- libseccomp
- iptables
docker_packages:
- docker-ce # -19.03.13
- docker-ce-cli # -19.03.13
docker_cli_packages:
- docker-ce-cli # -19.03.13