diff options
author | Chris Evich <cevich@redhat.com> | 2019-07-19 10:46:36 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2019-08-12 12:01:55 -0400 |
commit | 7508179ed973a1ad0d26754d39180be8066c7df4 (patch) | |
tree | 4ce6bf7c17899dba56868dac5d0c418353467455 /contrib/cirrus/README.md | |
parent | fd312ae30a8f23dd9fb26d2e72aa0b548b9f8453 (diff) | |
download | podman-7508179ed973a1ad0d26754d39180be8066c7df4.tar.gz podman-7508179ed973a1ad0d26754d39180be8066c7df4.tar.bz2 podman-7508179ed973a1ad0d26754d39180be8066c7df4.zip |
Cirrus: Add experimental fedora VM image & test
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib/cirrus/README.md')
-rw-r--r-- | contrib/cirrus/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/cirrus/README.md b/contrib/cirrus/README.md index 18ef3e7f7..ada362d95 100644 --- a/contrib/cirrus/README.md +++ b/contrib/cirrus/README.md @@ -69,6 +69,13 @@ Confirm that cross-compile of podman-remote functions for both `windows` and `darwin` targets. +### ``special_testing_cgroupv2`` Task + +Use the latest Fedora release with the required kernel options pre-set for +exercising cgroups v2 with podman integration tests. Also depends on +having `SPECIALMODE` set to 'cgroupv2` + + ### ``test_build_cache_images_task`` Task Modifying the contents of cache-images is tested by making changes to @@ -266,5 +273,6 @@ values follows: and utilized for testing. * `in_podman`: Causes testing to occur within a container executed by podman on the host. +* `cgroupv2`: The kernel on this VM was prepared with options to enable v2 cgroups * `windows`: See **darwin** * `darwin`: Signals the ``special_testing_cross`` task to cross-compile the remote client. |