diff --git a/.zuul.yaml b/.zuul.yaml index f285944..46f6fa0 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -5,11 +5,36 @@ check: jobs: - magnum-tempest-plugin-tests-api + - magnum-tempest-plugin-tests-api-xena + - magnum-tempest-plugin-tests-api-wallaby + - magnum-tempest-plugin-tests-api-victoria + - magnum-tempest-plugin-tests-api-ussuri gate: queue: magnum jobs: - magnum-tempest-plugin-tests-api +- job: + name: magnum-tempest-plugin-tests-api-xena + parent: magnum-tempest-plugin-tests-api + override-checkout: stable/xena + +- job: + name: magnum-tempest-plugin-tests-api-wallaby + parent: magnum-tempest-plugin-tests-api + override-checkout: stable/wallaby + +- job: + name: magnum-tempest-plugin-tests-api-victoria + parent: magnum-tempest-plugin-tests-api + override-checkout: stable/victoria + +- job: + name: magnum-tempest-plugin-tests-api-ussuri + parent: magnum-tempest-plugin-tests-api + nodeset: openstack-single-node-bionic + override-checkout: stable/ussuri + - job: name: magnum-tempest-plugin-tests-api parent: magnum-tempest-plugin-base