summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2019-11-05 17:06:53 -0500
committerChris Evich <cevich@redhat.com>2020-02-25 12:34:25 -0500
commiteae42ab2560fbf1d53d59e36f575b208259f260e (patch)
treed0dcaa740ece20082969aa3a41b0856f848c6f66 /.cirrus.yml
parent614917d6aac58dfc0efd90dbb75411ac8a61821f (diff)
downloadpodman-eae42ab2560fbf1d53d59e36f575b208259f260e.tar.gz
podman-eae42ab2560fbf1d53d59e36f575b208259f260e.tar.bz2
podman-eae42ab2560fbf1d53d59e36f575b208259f260e.zip
Cirrus: Temp. disable F31 p-in-p testing
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml9
1 files changed, 7 insertions, 2 deletions
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