diff --git a/zuul.d/integrated-gate.yaml b/zuul.d/integrated-gate.yaml index 9e5ac55f43..be0a756f9d 100644 --- a/zuul.d/integrated-gate.yaml +++ b/zuul.d/integrated-gate.yaml @@ -115,6 +115,9 @@ description: | Base integration test on CentOS 9 stream vars: + devstack_localrc: + # TODO(ykarel) Remove this when moving to 10-stream + PYTHON3_VERSION: 3.11 # Required until bug/1949606 is resolved when using libvirt and QEMU # >=5.0.0 with a [libvirt]virt_type of qemu (TCG). configure_swap_size: 4096 @@ -199,6 +202,9 @@ and Glance related tests. This is meant to be run on Nova gate only. This version of the job also uses CentOS 9 stream. vars: + devstack_localrc: + # TODO(ykarel) Remove this when moving to 10-stream + PYTHON3_VERSION: 3.11 # Required until bug/1949606 is resolved when using libvirt and QEMU # >=5.0.0 with a [libvirt]virt_type of qemu (TCG). configure_swap_size: 4096 @@ -382,6 +388,9 @@ timeout: 10800 nodeset: devstack-single-node-centos-9-stream vars: + devstack_localrc: + # TODO(ykarel) Remove this when moving to 10-stream + PYTHON3_VERSION: 3.11 tox_envlist: full configure_swap_size: 4096 nslookup_target: 'opendev.org'