diff --git a/.zuul.yaml b/.zuul.yaml index 1bfb7f5..6a94819 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -8,10 +8,9 @@ jobs: - blazar-tempest-plugin-base - blazar-tempest-plugin-ipv6-only + - blazar-tempest-plugin-2023-2 - blazar-tempest-plugin-2023-1 - blazar-tempest-plugin-zed - - blazar-tempest-plugin-yoga - - blazar-tempest-plugin-xena gate: jobs: - blazar-tempest-plugin-base @@ -65,6 +64,12 @@ - ^doc/.*$ - ^releasenotes/.*$ +- job: + name: blazar-tempest-plugin-2023-2 + parent: blazar-tempest-plugin-base + nodeset: openstack-single-node-jammy + override-checkout: stable/2023.2 + - job: name: blazar-tempest-plugin-2023-1 parent: blazar-tempest-plugin-base @@ -76,15 +81,3 @@ parent: blazar-tempest-plugin-base nodeset: openstack-single-node-focal override-checkout: stable/zed - -- job: - name: blazar-tempest-plugin-yoga - parent: blazar-tempest-plugin-base - nodeset: openstack-single-node-focal - override-checkout: stable/yoga - -- job: - name: blazar-tempest-plugin-xena - parent: blazar-tempest-plugin-base - nodeset: openstack-single-node-focal - override-checkout: stable/xena