diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 77d2ba22..5b55bbd6 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -1057,11 +1057,6 @@ vars: tox_envlist: specs sphinx_build_dir: specs - files: - - bindep.txt - - specs/.* - - other-requirements.txt - - tox.ini - job: name: project-config-dib @@ -1085,11 +1080,6 @@ vars: tox_envlist: infra-docs sphinx_build_dir: docs-site - files: - - bindep.txt - - docs-site/.* - - other-requirements.txt - - tox.ini - job: name: project-config-build-openafs-centos diff --git a/zuul.d/project-templates.yaml b/zuul.d/project-templates.yaml index f32d467c..55b874c6 100644 --- a/zuul.d/project-templates.yaml +++ b/zuul.d/project-templates.yaml @@ -1060,16 +1060,17 @@ - project-template: name: openstack-specs-jobs description: | - Runs jobs to build and publish documents for a specs repository. + Runs jobs to build documents for a specs repository and publishes the + result using a promote job. check: jobs: - openstack-tox-docs gate: jobs: - openstack-tox-docs - post: + promote: jobs: - - publish-openstack-specs + - promote-openstack-specs - project-template: name: build-only-specs-jobs