From 6ad1636060d2e61f8386ecd3ffb2e45312f959e3 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 19 May 2019 10:47:35 +0200 Subject: [PATCH] Fix docs jobs in periodic template stein uses the new PTI job openstack-tox-docs for doc building, not the older build-sphinx. Change I43adc20ef8a51748784b3adb1b65d66550586ecc added this for the main periodic-stable template, add it to the other ones. Also, add stable/stein to the ceilometer specific template, it was missing there. Change-Id: I045046ee0c0a28471385fdcdbcfa0516c2fac397 --- zuul.d/project-templates.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/zuul.d/project-templates.yaml b/zuul.d/project-templates.yaml index 535506f5..f3c93850 100644 --- a/zuul.d/project-templates.yaml +++ b/zuul.d/project-templates.yaml @@ -1160,6 +1160,10 @@ - stable/pike - stable/queens - stable/rocky + required-projects: + - openstack/neutron + - openstack-tox-docs: + branches: - stable/stein required-projects: - openstack/neutron @@ -1190,12 +1194,18 @@ - stable/rocky required-projects: - openstack/ceilometer + - openstack-tox-docs: + branches: + - stable/stein + required-projects: + - openstack/ceilometer - openstack-tox-py27: branches: - stable/ocata - stable/pike - stable/queens - stable/rocky + - stable/stein required-projects: - openstack/ceilometer