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 <bot@renovateapp.com>
Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
renovate[bot]
2023-05-17 17:33:44 +00:00
committed by Chris Evich
parent 27d79e1fca
commit d74c225f4b

View File

@ -30,10 +30,10 @@ env:
FEDORA_AARCH64_NAME: "${FEDORA_NAME}-aarch64" FEDORA_AARCH64_NAME: "${FEDORA_NAME}-aarch64"
PRIOR_FEDORA_NAME: "fedora-37" PRIOR_FEDORA_NAME: "fedora-37"
RAWHIDE_NAME: "rawhide" RAWHIDE_NAME: "rawhide"
DEBIAN_NAME: "debian-12" DEBIAN_NAME: "debian-13"
# Image identifiers # Image identifiers
IMAGE_SUFFIX: "c20230426t140447z-f38f37d12" IMAGE_SUFFIX: "c20230726t191046z-f38f37d13"
# EC2 images # EC2 images
FEDORA_AMI: "fedora-aws-${IMAGE_SUFFIX}" FEDORA_AMI: "fedora-aws-${IMAGE_SUFFIX}"
@ -243,9 +243,9 @@ validate_task:
<<: *stdenvars <<: *stdenvars
VM_IMAGE_NAME: ${FEDORA_CACHE_IMAGE_NAME} VM_IMAGE_NAME: ${FEDORA_CACHE_IMAGE_NAME}
DISTRO_NV: ${FEDORA_NAME} DISTRO_NV: ${FEDORA_NAME}
# FIXME: Python changes in the c20230706t200047z images due # FIXME: #18612 c20230726t191046z-f38f37d13 Python dependnecies
# to broken dependencies at image-build time. Re-enable # broken in rawhide image cause this task to fail. Re-enable
# this once fixed. # check if fixed in next set of images.
# - env: # - env:
# <<: *stdenvars # <<: *stdenvars
# VM_IMAGE_NAME: ${RAWHIDE_CACHE_IMAGE_NAME} # VM_IMAGE_NAME: ${RAWHIDE_CACHE_IMAGE_NAME}