Update zuul jobs

Remove publishing jobs, this project is not under governance and cannot
publish to docs.openstack.org. Replace the publishing jobs by jobs that
just test but do not publish.

Import missing jobs and templates from central project-config so that
all jobs are here. This allows also to remove the non-voting
requirements-check job from the gate (note that gate jobs should never
be non-voting).

Depends-On: https://review.opendev.org/661610
Change-Id: I150177f4192d9eec4aa15643bcc2939fc89694a5
This commit is contained in:
Andreas Jaeger 2019-05-27 16:31:26 +02:00
parent d3381fc7a0
commit 2cc9925b42
1 changed files with 11 additions and 4 deletions

View File

@ -15,10 +15,16 @@
- project:
templates:
- publish-openstack-docs-pti
- release-notes-jobs-python3
- build-openstack-docs-pti
- ansible-role-jobs
- ansible-role-functional-jobs-xenial
check:
jobs:
- ansible-role-functional-centos-7:
voting: false
- build-openstack-releasenotes:
vars:
sphinx_python: python3
- requirements-check:
voting: false
- openstack-ansible-coverage-ubuntu-bionic
@ -30,6 +36,7 @@
- openstack-ansible-ops:elk_metrics_6x-ubuntu-bionic
gate:
jobs:
- requirements-check:
voting: false
- build-openstack-releasenotes:
vars:
sphinx_python: python3
- openstack-ansible-coverage-ubuntu-bionic