From 7442757b0dd1d2aeed302f38f3f129affda4eeb8 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 10 Aug 2018 19:52:52 +0200 Subject: [PATCH] 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 --- zuul.d/project.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index b71b0ee3..d656c16c 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -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