Fixed readthedocs publishing

Change-Id: Idb0f5a1a91db650fbefe50291236cb1efc38659e
This commit is contained in:
Sergiy Markin 2024-10-05 14:43:45 +00:00
parent 5a5d318d4a
commit afe2ef4f77
2 changed files with 12 additions and 18 deletions

View File

@ -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

View File

@ -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
...