kayobe/zuul.d/project.yaml
Mark Goddard 6c5fbcf942 Remove release notes readthedocs webhook job
This was found not to work, and prevents releases from being made.

The cause of the issue is that the trigger-readthedocs-webhook job (in
project-config) is marked as 'final', meaning that a non-trusted Zuul
config source can't override its variables. Instead, you're supposed to
use the trigger-readthedocs-webhook project template, but only one
instance of this can be instantiated by design.

Let's revert to manually updating the release notes for now.

Change-Id: I271c972c7fdde23085f3026137806bb1e3048e5e
2019-05-20 15:41:05 +01:00

34 lines
875 B
YAML

---
- project:
templates:
- build-openstack-sphinx-docs
- docs-on-readthedocs
- openstack-cover-jobs
- openstack-python35-jobs
- openstack-python36-jobs
- openstack-python-jobs
vars:
rtd_webhook_id: '50407'
check:
jobs:
- build-openstack-releasenotes
- kayobe-tox-ansible-syntax
- kayobe-tox-ansible
- kayobe-tox-molecule
- kayobe-overcloud-centos
- kayobe-overcloud-upgrade-centos
- kayobe-seed-centos
- kayobe-seed-upgrade-centos
gate:
queue: kayobe
jobs:
- build-openstack-releasenotes
- kayobe-tox-ansible-syntax
- kayobe-tox-ansible
- kayobe-tox-molecule
- kayobe-overcloud-centos
- kayobe-overcloud-upgrade-centos
- kayobe-seed-centos
- kayobe-seed-upgrade-centos