From afe2ef4f775fdc76686b15e43e98ddf25dea437a Mon Sep 17 00:00:00 2001
From: Sergiy Markin <smarkin@mirantis.com>
Date: Sat, 5 Oct 2024 14:43:45 +0000
Subject: [PATCH] Fixed readthedocs publishing

Change-Id: Idb0f5a1a91db650fbefe50291236cb1efc38659e
---
 zuul.d/jobs.yaml    | 11 ++++++-----
 zuul.d/project.yaml | 19 ++++++-------------
 2 files changed, 12 insertions(+), 18 deletions(-)

diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml
index 209a9789..f180b8a3 100644
--- a/zuul.d/jobs.yaml
+++ b/zuul.d/jobs.yaml
@@ -13,11 +13,12 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-- job:
-    name: airship-promenade-openstack-tox-docs-jammy
-    parent: openstack-tox-docs
-    description: Runs docs job on jammy
-    nodeset: airship-promenade-single-node-jammy
+
+# - job:
+#     name: airship-promenade-openstack-tox-docs-jammy
+#     parent: openstack-tox-docs
+#     description: Runs docs job on jammy
+#     nodeset: airship-promenade-single-node-jammy
 
 - job:
     name: airship-promenade-openstack-tox-cover-jammy
diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml
index 5512660f..06dcf0bd 100644
--- a/zuul.d/project.yaml
+++ b/zuul.d/project.yaml
@@ -14,9 +14,8 @@
 # limitations under the License.
 
 - project:
-    # commented out because openstack-tox-docs fails on jammy zuul nodes
-    # templates:
-    #   - docs-on-readthedocs
+    templates:
+      - docs-on-readthedocs
     vars:
       rtd_webhook_id: '38575'
       rtd_project_name: 'airship-promenade'
@@ -25,7 +24,7 @@
         - airship-promenade-openstack-tox-cover-jammy
         - airship-promenade-openstack-tox-pep8-jammy
         - airship-promenade-openstack-tox-py310-jammy
-        - airship-promenade-openstack-tox-docs-jammy
+        # - airship-promenade-openstack-tox-docs-jammy
         - airship-promenade-docker-build-gate-ubuntu_jammy
         - airship-promenade-chart-build-gate
         - airship-promenade-chart-build-latest-htk
@@ -36,21 +35,15 @@
         - airship-promenade-openstack-tox-cover-jammy
         - airship-promenade-openstack-tox-pep8-jammy
         - airship-promenade-openstack-tox-py310-jammy
-        - airship-promenade-openstack-tox-docs-jammy
+        # - airship-promenade-openstack-tox-docs-jammy
         - airship-promenade-docker-build-gate-ubuntu_jammy
         - airship-promenade-chart-build-gate
         - airship-promenade-chart-build-latest-htk
         - airship-promenade-genesis-containerd-gate
-        #- trigger-readthedocs-webhook
+
     post:
       jobs:
         - airship-promenade-docker-publish_ubuntu_jammy
         - promenade-upload-git-mirror
-        #- trigger-readthedocs-webhook
-    pre-release:
-      jobs: []
-        #- trigger-readthedocs-webhook
-    release:
-      jobs: []
-        #- trigger-readthedocs-webhook
+
 ...