diff --git a/jenkins/jobs/projects.yaml b/jenkins/jobs/projects.yaml index b2efdafff4..76455dd691 100644 --- a/jenkins/jobs/projects.yaml +++ b/jenkins/jobs/projects.yaml @@ -7477,6 +7477,26 @@ - gate-{name}-requirements - openstack-publish-jobs - openstack-releasenotes-jobs + - '{pipeline}-{name}-ansible-{scenario}-{ostype}{job-suffix}': + job-suffix: '-nv' + ostype: + - centos-7 + - ubuntu-trusty + - ubuntu-xenial + pipeline: gate + scenario: + - func_uwsgi_nginx + - func_uwsgi_apache + - '{pipeline}-{name}-ansible-{scenario}-{ostype}{job-suffix}': + job-suffix: '' + ostype: + - centos-7 + - ubuntu-trusty + - ubuntu-xenial + pipeline: gate + scenario: + - func_uwsgi_nginx + - func_uwsgi_apache - project: name: openstack-ansible-os_magnum diff --git a/zuul/layout.yaml b/zuul/layout.yaml index a167bfb221..8a05cdac97 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -11583,6 +11583,13 @@ projects: - name: ansible-role-functional-jobs-centos7-nv - name: ansible-role-functional-jobs-trusty - name: ansible-role-functional-jobs-xenial + check: + - gate-openstack-ansible-os_keystone-ansible-func_uwsgi_nginx-centos-7-nv + - gate-openstack-ansible-os_keystone-ansible-func_uwsgi_nginx-ubuntu-trusty-nv + - gate-openstack-ansible-os_keystone-ansible-func_uwsgi_nginx-ubuntu-xenial-nv + - gate-openstack-ansible-os_keystone-ansible-func_uwsgi_apache-centos-7-nv + - gate-openstack-ansible-os_keystone-ansible-func_uwsgi_apache-ubuntu-trusty-nv + - gate-openstack-ansible-os_keystone-ansible-func_uwsgi_apache-ubuntu-xenial-nv release: - openstack-ansible-os_keystone-announce-release