Skip to content

Commit af55648

Browse files
Merge pull request #25277 from Luap99/new-images
CI: new images 2025-02-10
2 parents e9a3c68 + 7e612f6 commit af55648

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ env:
3333
DEBIAN_NAME: "debian-13"
3434

3535
# Image identifiers
36-
IMAGE_SUFFIX: "c20250131t121915z-f41f40d13"
36+
IMAGE_SUFFIX: "c20250210t160846z-f41f40d13"
3737

3838
# EC2 images
3939
FEDORA_AMI: "fedora-aws-${IMAGE_SUFFIX}"

test/system/125-import.bats

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,6 @@ load helpers
4949
# Integration tag to catch future breakage in tar, e.g. #19407
5050
# bats test_tags=distro-integration, ci:parallel
5151
@test "podman export, alter tarball, re-import" {
52-
# FIXME: #21373 - tar < 1.35 is broken.
53-
# Remove this skip once all VMs are updated to 1.35.2 or above
54-
# (.2, because of #19407)
55-
tar_version=$(tar --version | head -1 | awk '{print $NF}' | tr -d .)
56-
if [[ $tar_version -lt 135 ]]; then
57-
skip "test requires tar >= 1.35 (you have: $tar_version)"
58-
fi
59-
6052
# Create a test file following test
6153
mkdir $PODMAN_TMPDIR/tmp
6254
touch $PODMAN_TMPDIR/testfile1

0 commit comments

Comments
 (0)