diff --git a/.zuul.yaml b/.zuul.yaml index 997f3b9..bf33fbf 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -8,25 +8,34 @@ timeout: 2700 - job: - name: openstack-chef-integration + name: openstack-chef-integration-bionic parent: base - description: Run integration tests with openstack-chef + nodeset: ubuntu-bionic + description: Run integration tests with openstack-chef on Ubuntu Bionic required-projects: openstack/openstack-chef pre-run: playbooks/pre.yaml run: playbooks/integration.yaml post-run: playbooks/post.yaml timeout: 3600 +- job: + name: openstack-chef-integration-xenial + parent: openstack-chef-integration-bionic + nodeset: ubuntu-xenial + description: Run integration tests with openstack-chef on Ubuntu Xenial + - project-template: name: openstack-chef-jobs check: jobs: - openstack-chef-delivery - - openstack-chef-integration + - openstack-chef-integration-bionic: + voting: false + - openstack-chef-integration-xenial: + voting: false gate: jobs: - openstack-chef-delivery - - openstack-chef-integration - project: templates: