Temporarily disable release jobs

The 11.0.0 release built the tarball and image, but docs failed.

This is related to nodeset changes.
Change I6ff8e1d0738d6ca4b654739fc6cdff8d89d732fe was incomplete
and should have been applied to the release pipeline as well.
This change corrects that.

After merging this change, we will retrigger the release pipeline,
then restore the release build jobs.

Change-Id: I2a92450d24bc30707b05ea665ca14182a1acecd3
This commit is contained in:
James E. Blair 2024-11-04 06:31:20 -08:00
parent a2fd386a94
commit 7668865034

View File

@ -285,17 +285,14 @@
- opendev-promote-python
release:
jobs:
- opendev-release-python
- zuul-publish-nox-docs:
vars:
nox_force_python: "3.11"
python_version: "3.11"
- upload-container-image:
timeout: *image_build_timeout
secrets:
name: container_registry_credentials
secret: nodepool-registry-credentials
pass-to-parent: true
vars:
<<: *nodepool_image_vars
upload_container_image_promote: false
# - opendev-release-python
- zuul-publish-nox-docs
# - upload-container-image:
# timeout: *image_build_timeout
# secrets:
# name: container_registry_credentials
# secret: nodepool-registry-credentials
# pass-to-parent: true
# vars:
# <<: *nodepool_image_vars
# upload_container_image_promote: false