From 54b84d5a2c85e817e67138d91893065107bbd619 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 07:46:39 +0000 Subject: [PATCH 1/3] chore(deps): update dependency containers/automation_images to v20231004 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 00c69d7f12..fb3a057acc 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -23,7 +23,7 @@ env: # GCE project where images live IMAGE_PROJECT: "libpod-218412" # VM Image built in containers/automation_images - IMAGE_SUFFIX: "c20230816t191118z-f38f37d13" + IMAGE_SUFFIX: "c20231004t194547z-f39f38d13" FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}" DEBIAN_CACHE_IMAGE_NAME: "debian-${IMAGE_SUFFIX}" From 6c100e01aaf49f34cb63e9011b6bf565fe964b0e Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Fri, 20 Oct 2023 13:56:36 -0400 Subject: [PATCH 2/3] CI: Update Fedora release number Signed-off-by: Chris Evich --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index fb3a057acc..1510772731 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -17,7 +17,7 @@ env: #### #### Cache-image names to test with (double-quotes around names are critical) ### - FEDORA_NAME: "fedora-38" + FEDORA_NAME: "fedora-39ß" DEBIAN_NAME: "debian-13" # GCE project where images live From 830c5aec90f9877aab81e954e96f4bd26befaabb Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Fri, 20 Oct 2023 13:57:29 -0400 Subject: [PATCH 3/3] CI: Stop testing ZFS ZFS isn't supported in debian, it's always been a community side-load situation (think EPEL for CentOS). This is the only containers repo. that makes use of it in CI. Worse, since we're testing with SID, installing (i.e. compiling) the ZFS kernel module is an even more fragile and failure prone process. Because of those issues I've stripped it out of these CI VM images. I no-longer wish to support its use in this CI setup. If somebody else wants to support it, they're more than welcome and free to do so. Signed-off-by: Chris Evich --- .cirrus.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 1510772731..c41dd5da2c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -113,8 +113,6 @@ debian_testing_task: &debian_testing TEST_DRIVER: "fuse-overlay-whiteout" - env: TEST_DRIVER: "btrfs" - - env: - TEST_DRIVER: "zfs" lint_task: