From eae42ab2560fbf1d53d59e36f575b208259f260e Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Tue, 5 Nov 2019 17:06:53 -0500 Subject: Cirrus: Temp. disable F31 p-in-p testing Signed-off-by: Chris Evich --- .cirrus.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index d95db7240..608ba0a98 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -460,15 +460,20 @@ special_testing_in_podman_task: $CIRRUS_CHANGE_MESSAGE !=~ '.*CI:IMG.*' && $CIRRUS_CHANGE_MESSAGE !=~ '.*CI:DOCS.*' - # Make sure F31 container images can run podman on F30 or F31 host gce_instance: matrix: - image_name: "${FEDORA_CACHE_IMAGE_NAME}" + # FIXME: Integration testing currently broken for F31 hosts + # Error: container_linux.go:345: starting container process caused "process_linux.go:281: applying cgroup configuration for process caused \"mountpoint for cgroup not found\"": OCI runtime error + # image_name: "${FEDORA_CACHE_IMAGE_NAME}" image_name: "${PRIOR_FEDORA_CACHE_IMAGE_NAME}" env: ADD_SECOND_PARTITION: true SPECIALMODE: 'in_podman' # See docs + # TODO: Support both runc and crun (cgroups v1 and v2 container images) + # matrix: + # IN_PODMAN_IMAGE: "quay.io/libpod/in_podman:latest" + # IN_PODMAN_IMAGE: "quay.io/libpod/in_podman_cgv2:latest" timeout_in: 60m -- cgit v1.2.3-54-g00ecf