
The snmp job has started failing because we don't have an event reconcilation loop for asyncio in the main service. It seems somehow the asyncio version of pysnmp is slipping into the CI job which ultimately is breaking us at this point, although I see no actual state of it in the logs. Its just weird. In any event, it is a known issue. The other issue is the grenade jobs are failing on neutron upgrades. This appears to be due to legacy names being used in the CI job configuration. We should fix those, but we've got an open bug for that now: https://bugs.launchpad.net/ironic/+bug/2118780 Change-Id: I1fbe4b0c519b5911db6f92e2963df99a882fa317 Signed-off-by: Julia Kreger <juliaashleykreger@gmail.com>
122 lines
5.2 KiB
YAML
122 lines
5.2 KiB
YAML
---
|
|
- project:
|
|
templates:
|
|
- check-requirements
|
|
- openstack-cover-jobs
|
|
- openstack-python3-jobs
|
|
- openstack-python3-jobs-arm64
|
|
- periodic-stable-jobs
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- ironic-tox-unit-mysql-migrations
|
|
- ironic-tox-unit-with-driver-libs
|
|
- ironic-cross-sushy:
|
|
voting: false
|
|
- ironic-tempest-functional-python3
|
|
- ironic-standalone-redfish:
|
|
voting: false
|
|
- ironic-tempest-standalone-advanced:
|
|
voting: false
|
|
- ironic-tempest-bios-redfish-pxe
|
|
- ironic-tempest-uefi-redfish-vmedia
|
|
# NOTE(TheJulia): Non-voting due to
|
|
# https://bugs.launchpad.net/ironic/+bug/2106674
|
|
- ironic-tempest-ramdisk-bios-snmp-pxe:
|
|
voting: false
|
|
- ironic-tempest-uefi-redfish-https
|
|
- ironic-tempest-ovn-uefi-ipmi-pxe
|
|
- ironic-tempest-ovn-uefi-ipxe-ipv6
|
|
# NOTE(TheJulia) Marking multinode non-voting on 20210311
|
|
# Due to a high failure rate on limestone where the compute1
|
|
# machine never appears to be able to communicate across the
|
|
# vxlan tunnel, possible mtu issue, but non-voting until we
|
|
# understand it in mind for the upcoming release.
|
|
- ironic-tempest-ipa-wholedisk-direct-tinyipa-multinode:
|
|
voting: false
|
|
- ironic-tempest-ipa-wholedisk-direct-tinyipa-multinode-shard:
|
|
voting: false
|
|
- ironic-tempest-bios-ipmi-direct
|
|
- ironic-tempest-bfv
|
|
- ironic-tempest-ipa-partition-uefi-pxe-grub2
|
|
- ironic-tempest-uefi-redfish-vmedia-4k
|
|
# NOTE(rpittau): Currently broken because of an issue with parted
|
|
- metalsmith-integration-glance-centos9-uefi:
|
|
voting: false
|
|
#####################################################################
|
|
# Grenade should be removed in advance of the unmaintained branches #
|
|
# as it doesn't know how to upgrade from an unmaintained branch. #
|
|
#####################################################################
|
|
# NOTE(TheJulia): Non-voting as of 20250725 due to
|
|
# https://bugs.launchpad.net/ironic/+bug/2118780
|
|
- ironic-grenade:
|
|
voting: false
|
|
- ironic-grenade-skip-level:
|
|
voting: false
|
|
###############################################################
|
|
# CI Jobs Below this line may be *removed* on Stable Branches #
|
|
###############################################################
|
|
# 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
|
|
# Non-voting jobs
|
|
- ironic-inspector-tempest:
|
|
voting: false
|
|
- ironic-inspector-tempest-uefi-redfish-vmedia:
|
|
voting: false
|
|
- ironic-standalone-aarch64:
|
|
voting: false
|
|
- ironic-tempest-ipa-wholedisk-bios-ipmi-direct-dib:
|
|
voting: false
|
|
- ironic-standalone-anaconda:
|
|
voting: false
|
|
- bifrost-integration-tinyipa-ubuntu-noble:
|
|
voting: false
|
|
- bifrost-integration-redfish-vmedia-uefi-centos-9:
|
|
voting: false
|
|
gate:
|
|
jobs:
|
|
- ironic-tox-unit-mysql-migrations
|
|
- ironic-tox-unit-with-driver-libs
|
|
- ironic-tempest-functional-python3
|
|
# NOTE(TheJulia) 20250725 - Disabling ironic-grenade due to
|
|
# https://bugs.launchpad.net/ironic/+bug/2118780
|
|
# - ironic-grenade
|
|
# NOTE(JayF): Disabling standalone jobs on 20240228 from voting, there's a
|
|
# dnsmasq bug only exposed on these jobs.
|
|
#- ironic-standalone-redfish
|
|
- ironic-tempest-bios-redfish-pxe
|
|
- ironic-tempest-uefi-redfish-vmedia
|
|
# NOTE(TheJulia): 20250725 - Disabling CI job for snmp due to
|
|
# https://bugs.launchpad.net/ironic/+bug/2106674
|
|
# - ironic-tempest-ramdisk-bios-snmp-pxe
|
|
- ironic-tempest-uefi-redfish-https
|
|
- ironic-tempest-ovn-uefi-ipmi-pxe
|
|
- ironic-tempest-ovn-uefi-ipxe-ipv6
|
|
# NOTE(TheJulia): Disabled multinode on 20210311 due to Limestone
|
|
# seeming to be
|
|
# - ironic-tempest-ipa-wholedisk-direct-tinyipa-multinode
|
|
- ironic-tempest-bios-ipmi-direct-tinyipa
|
|
- ironic-tempest-bfv
|
|
- ironic-tempest-ipa-partition-uefi-pxe-grub2
|
|
- ironic-tempest-uefi-redfish-vmedia-4k
|
|
# NOTE(rpittau): Currently broken because of an issue with parted
|
|
#- metalsmith-integration-glance-centos9-uefi
|
|
# 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
|
|
experimental:
|
|
jobs:
|
|
# NOTE(dtantsur): this job is rarely used, no need to run it always.
|
|
- bifrost-benchmark-ironic:
|
|
voting: false
|
|
# TODO(dtantsur): these jobs are useful but currently hopelessly
|
|
# broken. Fix them and bring back to the gate.
|
|
- ironic-grenade-multinode-multitenant:
|
|
voting: false
|
|
- ironic-inspector-tempest-discovery-fast-track:
|
|
voting: false
|