Merge "Remove release notes readthedocs webhook job"

This commit is contained in:
Zuul 2019-05-20 20:38:37 +00:00 committed by Gerrit Code Review
commit 8052b5109b
2 changed files with 8 additions and 20 deletions

View File

@ -124,4 +124,11 @@ Post-release activites
An email will be sent to the release-announce mailing list about the new
release.
The release notes and documentation are built automatically via a webhook.
The documentation on readthedocs is built automatically via a webhook.
.. TODO: Setup RTD integration for release notes. This was attempted
previously but had issues with getting the zuul job to execute
twice with different webhook IDs, and broke the release pipeline.
The release notes need to be rebuilt manually since there is no readthedocs
webhook integration for these yet.

View File

@ -31,22 +31,3 @@
- kayobe-overcloud-upgrade-centos
- kayobe-seed-centos
- kayobe-seed-upgrade-centos
post:
jobs:
- trigger-readthedocs-webhook:
vars:
rtd_project_name: kayobe-release-notes
rtd_webhook_id: '74820'
pre-release:
jobs:
- trigger-readthedocs-webhook:
vars:
rtd_project_name: kayobe-release-notes
rtd_webhook_id: '74820'
release:
jobs:
- trigger-readthedocs-webhook:
vars:
rtd_project_name: kayobe-release-notes
rtd_webhook_id: '74820'