diff --git a/.zuul.yaml b/.zuul.yaml index 0ce9216..c6e0153 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -74,7 +74,6 @@ tempest_plugins: - vitrage-tempest-plugin devstack_localrc: - GLOBAL_VENV: False VITRAGE_COORDINATION_URL: memcached://127.0.0.1:11211 VITRAGE_USE_STATIC: 1 VITRAGE_USE_DOCTOR: 1 @@ -107,6 +106,10 @@ - job: name: vitrage-tempest-plugin-datasources parent: vitrage-tempest-plugin-base + # TODO(gmann): As per the 2025.1 testing runtime, we + # need to run at least one job on jammy. This job can + # be moved to Ubuntu Noble in the next cycle(2025.2) + nodeset: openstack-single-node-jammy vars: devstack_local_conf: post-config: @@ -259,4 +262,4 @@ name: vitrage-tempest-plugin-datasources-xena parent: vitrage-tempest-plugin-datasources nodeset: openstack-single-node-focal - override-checkout: stable/xena \ No newline at end of file + override-checkout: stable/xena