From 951fd721d68105b44375386c48be5f9bed864b64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Thu, 11 Sep 2025 20:19:42 +0200 Subject: [PATCH] Update CI image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/containers/skopeo/pull/2645 has updated the expected outputs of Skopeo to match podman-sequoia-0.2.0, so we need to be running with an updated image that includes that version, not 0.1.0. Otherwise, all tests in this repo are failing. Use /var/tmp for graph driver tests on Debian, because /tmp is on a tmpfs and we are using an older kernel which does not support extended attributes on tmpfs. This adds 20-30 extra seconds to the test runs. Signed-off-by: Miloslav Trmač --- .cirrus.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 10dfb1329a..3370294919 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -36,7 +36,7 @@ env: # package is not available in earlier releases; once we update to a future # Fedora release (or if the package is backported), switch back from Rawhide # to the latest Fedora release. - IMAGE_SUFFIX: "c20250812t173301z-f42f41d13" + IMAGE_SUFFIX: "c20250910t092246z-f42f41d13" RAWHIDE_CACHE_IMAGE_NAME: "rawhide-${IMAGE_SUFFIX}" FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}" @@ -131,6 +131,9 @@ storage_debian_testing_task: env: OS_NAME: "${DEBIAN_NAME}" VM_IMAGE: "${DEBIAN_CACHE_IMAGE_NAME}" + # /tmp is a tmpfs, and as of 2025-09-11 we are using Debian images with Linux 6.1, where tmpfs does not support extended attributes. + # That prevents testing various graph drivers; setting TMPDIR changes where graph driver tests place their roots. + TMPDIR: "/var/tmp" # Not all $TEST_DRIVER combinations valid for all $VM_IMAGE types. matrix: - env: