ci: stable-only: explicitly pin centos for builds

It appears one of the updated centos9 stream images now utilizes a
new XFS version which is incompatible with the CI hosts kernel.

As such, explicitly pinning the base image for the CI jobs
to an older, known good image.

Change-Id: I2fcb72f41d3a6da52efdf35d9acab9d7bc1b1e99
This commit is contained in:
Julia Kreger 2024-05-01 15:27:57 -07:00
parent 3c61f2b4de
commit 27fe6b17a2
1 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,7 @@
IRONIC_CALLBACK_TIMEOUT: 800
SWIFT_ENABLE_TEMPURLS: True
SWIFT_TEMPURL_KEY: secretkey
BASE_IMAGE_FILE: https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20240101.0.x86_64.qcow2
# used by ironic-python-agent-builder
- job:
@ -169,3 +170,4 @@
devstack_localrc:
IRONIC_RAMDISK_TYPE: tinyipa
IRONIC_VM_SPECS_RAM: 1024
BASE_IMAGE_FILE: https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20240101.0.x86_64.qcow2