From d74c225f4bce4ec486bd081625be6905cb0ef55a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 17:33:44 +0000 Subject: [PATCH] chore(deps): update dependency containers/automation_images to v20230726 Also update Fedora and Debian names. Include ID of broken images in `validate_task` comment about broken rawhide. This should get picked up by renovate next time images are updated - hopefully prompting someone to re-enable the check. Signed-off-by: Renovate Bot Signed-off-by: Chris Evich --- .cirrus.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 00bef44552..806259e495 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -30,10 +30,10 @@ env: FEDORA_AARCH64_NAME: "${FEDORA_NAME}-aarch64" PRIOR_FEDORA_NAME: "fedora-37" RAWHIDE_NAME: "rawhide" - DEBIAN_NAME: "debian-12" + DEBIAN_NAME: "debian-13" # Image identifiers - IMAGE_SUFFIX: "c20230426t140447z-f38f37d12" + IMAGE_SUFFIX: "c20230726t191046z-f38f37d13" # EC2 images FEDORA_AMI: "fedora-aws-${IMAGE_SUFFIX}" @@ -243,9 +243,9 @@ validate_task: <<: *stdenvars VM_IMAGE_NAME: ${FEDORA_CACHE_IMAGE_NAME} DISTRO_NV: ${FEDORA_NAME} - # FIXME: Python changes in the c20230706t200047z images due - # to broken dependencies at image-build time. Re-enable - # this once fixed. + # FIXME: #18612 c20230726t191046z-f38f37d13 Python dependnecies + # broken in rawhide image cause this task to fail. Re-enable + # check if fixed in next set of images. # - env: # <<: *stdenvars # VM_IMAGE_NAME: ${RAWHIDE_CACHE_IMAGE_NAME}