Make metal3 job non-voting temporarily

This job runs Ironic under python 3.9, which is no longer supported by
OpenStack. It can be made voting again once it is revised to use a
supported python version.

Change-Id: I8e5e9de27faaed0315b3846d1eb04561cc4b192f
This commit is contained in:
Jay Faulkner 2025-04-30 10:43:49 -07:00
parent c525a16b06
commit 538ac164ee

View File

@ -52,7 +52,10 @@
# NOTE(TheJulia): At present, metal3 doesn't leverage
# stable branches, and as far as we are aware these jobs
# can be removed once this branch is made stable.
- metal3-integration
# TODO(JayF): Make this vote again once metal3-dev-env is no longer
# trying to run Ironic under python 3.9.
- metal3-integration:
voting: false
# Non-voting jobs
- ironic-inspector-tempest:
voting: false
@ -95,7 +98,9 @@
# NOTE(TheJulia): At present, metal3 doesn't leverage
# stable branches, and as far as we are aware these jobs
# can be removed once this branch is made stable.
- metal3-integration
# TODO(JayF): Make this vote again once metal3-dev-env is no longer
# trying to run Ironic under python 3.9.
#- metal3-integration
experimental:
jobs:
# NOTE(dtantsur): this job is rarely used, no need to run it always.