diff --git a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml index 99bbbb28ae..924d052141 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -1815,6 +1815,15 @@ system: apt profileos: "ubuntu" +- project: + name: operations-guide + github-org: openstack + node: precise + + jobs: + - gate-{name}-tox-{envlist}: + envlist: checkniceness + - project: name: manila github-org: stackforge diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index cd48d9b7df..10dc66e603 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -328,6 +328,8 @@ jobs: branch: ^(?!stable/grizzly).*$ - name: gate-openstack-manuals-validate-build branch: ^(?!stable/grizzly).*$ + - name: gate-operations-guide-tox-checkniceness + voting: false # Deprecated documentation targets: - name: openstack-block-storage-admin-old branch: stable/grizzly @@ -2013,6 +2015,7 @@ projects: - name: openstack/operations-guide check: + - gate-operations-guide-tox-checkniceness - gate-openstack-manuals-operations-guide gate: - gate-openstack-manuals-operations-guide