Merge "Switch project-config to promote jobs [5]: Update specs, cleanup"

This commit is contained in:
Zuul 2019-09-18 16:17:55 +00:00 committed by Gerrit Code Review
commit e2c0f52363
2 changed files with 4 additions and 13 deletions

View File

@ -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

View File

@ -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