From 877600a61d0f223723b9fa0100c941ce4c18acc1 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 17 May 2019 14:41:44 +0200 Subject: [PATCH] Fix rtd publishing The trigger URL is https://readthedocs.org/api/v2/webhook/{{ rtd_project_name }}/{{ rtd_webhook_id }} The tooling sets rtd_project_name to "airmada" but the project is named "airship-armada" in RTD. Introduce rtd_project_name and set it to correct value. See also https://zuul-ci.org/docs/zuul-jobs/general-roles.html#rolevar-trigger-readthedocs.rtd_project_name Change-Id: If44c1d56290726b974d8a3d64be0e65d203a8283 --- .zuul.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.zuul.yaml b/.zuul.yaml index b09a5f05..04ca6792 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -18,6 +18,7 @@ - openstack-python36-jobs vars: rtd_webhook_id: '47578' + rtd_project_name: 'airship-armada' check: jobs: - openstack-tox-pep8