diff --git a/doc/source/development/releases.rst b/doc/source/development/releases.rst index 5ace24f9c..01778889e 100644 --- a/doc/source/development/releases.rst +++ b/doc/source/development/releases.rst @@ -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. diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index cca4c7305..8bad558c9 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -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'