summaryrefslogtreecommitdiff
path: root/contrib/cirrus/README.md
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2019-07-19 10:46:36 -0400
committerChris Evich <cevich@redhat.com>2019-08-12 12:01:55 -0400
commit7508179ed973a1ad0d26754d39180be8066c7df4 (patch)
tree4ce6bf7c17899dba56868dac5d0c418353467455 /contrib/cirrus/README.md
parentfd312ae30a8f23dd9fb26d2e72aa0b548b9f8453 (diff)
downloadpodman-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.md8
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.