diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 32db5e59a1..534f4f29d7 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -599,6 +599,10 @@ jobs: voting: false - name: gate-manila-pylint voting: false + - name: gate-manila-docs + voting: false + - name: gate-python-manilaclient-docs + voting: false - name: gate-manila-tempest-dsvm-neutron voting: false - name: gate-manila-tempest-dsvm-neutron-multibackend @@ -3486,6 +3490,7 @@ projects: - name: stackforge/manila check: + - gate-manila-docs - gate-manila-pep8 - gate-manila-pylint - gate-manila-python26 @@ -4167,6 +4172,7 @@ projects: - name: stackforge/python-manilaclient check: + - gate-python-manilaclient-docs - gate-python-manilaclient-pep8 - gate-python-manilaclient-python26 - gate-python-manilaclient-python27