Remove double docs job

We currently run in this repo both build-sphinx-docs
and build-openstack-sphinx-docs. Remove the extra
build-openstack-sphinx-docs job and import the build-sphinx-docs from
project-config, so that we can remove the settings from that repo.

Change-Id: Ia19d0b8953342638e3852566910858b508d4974f
Needed-By: https://review.openstack.org/591027
This commit is contained in:
Andreas Jaeger 2018-08-10 19:52:52 +02:00
parent fb68e9035a
commit 7442757b0d
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,7 @@
# Project pipeline definition for openstack-zuul-jobs
- project:
templates:
- publish-openstack-sphinx-docs-infra
check:
jobs:
- openstack-infra-base-integration-centos-7
@ -26,7 +28,6 @@
- openstack-infra-multinode-integration-opensuse423
- openstack-infra-multinode-integration-opensuse-tumbleweed:
voting: false
- build-openstack-sphinx-docs
- openstack-zuul-jobs-linters
gate:
jobs:
@ -42,5 +43,4 @@
- openstack-infra-multinode-integration-ubuntu-trusty
- openstack-infra-multinode-integration-ubuntu-xenial
- openstack-infra-multinode-integration-opensuse423
- build-openstack-sphinx-docs
- openstack-zuul-jobs-linters