diff --git a/.zuul.yaml b/.zuul.yaml index d7a31897f..64910c486 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -9,6 +9,7 @@ check: jobs: - puppet-neutron-tripleo-standalone + - puppet-neutron-tripleo-centos-9-standalone gate: jobs: - puppet-neutron-tripleo-standalone @@ -18,7 +19,7 @@ parent: tripleo-puppet-ci-centos-8-standalone description: | TripleO standalone Job running Neutron specific Tempest tests. - vars: + vars: &standalone_vars consumer_job: true build_container_images: false remove_tags: @@ -30,3 +31,13 @@ use_os_tempest: true dependencies: - tripleo-puppet-ci-centos-8-content-provider + +- job: + name: puppet-neutron-tripleo-centos-9-standalone + voting: false + parent: tripleo-puppet-ci-centos-9-standalone + description: | + TripleO standalone Job running Neutron specific Tempest tests. + vars: *standalone_vars + dependencies: + - tripleo-puppet-ci-centos-9-content-provider