5cad8ac773
All database migration testing in opestack is done through an opportunistic worker model, where if the database is available and correctly configured for testing, i.e. openstack-citest user and access appropriately granted, then the tests will create and test migrations. However, this has been problematic with mysql as of recent, as we have seen a long standing migration issue boil to the surface often with tests. As a result, we're isolating that test down to it's own job so we can limit the blast damage. This also helps us isolate is it all of the tests, or is it just soley isolated down to the mysql test run class, which is an additional data point. By default, we continue to run Postgres migration tests in the main jobs, as they haven't been impacted by this issue. Change-Id: Iefc044c31ef029e400a7dad294504175a4462638
98 lines
3.8 KiB
YAML
98 lines
3.8 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
|
|
# NOTE(rpittau) moving to non-voting until we fix the tests
|
|
# see also https://review.opendev.org/c/openstack/ironic-tempest-plugin/+/882312
|
|
- ironic-tempest-functional-rbac-scope-enforced:
|
|
voting: false
|
|
- ironic-grenade
|
|
- ironic-grenade-skip-level:
|
|
voting: false
|
|
- ironic-standalone
|
|
- ironic-standalone-redfish
|
|
- ironic-tempest-bios-redfish-pxe
|
|
- ironic-tempest-uefi-redfish-vmedia
|
|
- ironic-tempest-wholedisk-bios-snmp-pxe
|
|
- ironic-tempest-partition-uefi-ipmi-pxe
|
|
# 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-bios-ipmi-direct-tinyipa
|
|
- ironic-tempest-bfv
|
|
- ironic-tempest-ipa-partition-uefi-pxe-grub2
|
|
- metalsmith-integration-glance-centos8-legacy
|
|
- metal3-integration
|
|
# Non-voting jobs
|
|
- ironic-tox-bandit:
|
|
voting: false
|
|
- ironic-inspector-tempest:
|
|
voting: false
|
|
- ironic-inspector-tempest-managed-non-standalone:
|
|
voting: false
|
|
- ironic-inspector-tempest-uefi-redfish-vmedia:
|
|
voting: false
|
|
- ironic-tempest-ipa-wholedisk-bios-ipmi-direct-dib:
|
|
voting: false
|
|
- ironic-tempest-ipxe-ipv6:
|
|
voting: false
|
|
- ironic-standalone-anaconda:
|
|
voting: false
|
|
- ironic-inspector-tempest-rbac-scope-enforced:
|
|
voting: false
|
|
- bifrost-integration-tinyipa-ubuntu-focal:
|
|
voting: false
|
|
- bifrost-integration-redfish-vmedia-uefi-centos-9:
|
|
voting: false
|
|
- ironic-tempest-pxe_ipmitool-postgres:
|
|
voting: false
|
|
- bifrost-benchmark-ironic:
|
|
voting: false
|
|
gate:
|
|
jobs:
|
|
- ironic-tox-unit-mysql-migrations
|
|
- ironic-tox-unit-with-driver-libs
|
|
- ironic-tempest-functional-python3
|
|
# NOTE(rpittau) disabled until we fix the tests
|
|
# see also https://review.opendev.org/c/openstack/ironic-tempest-plugin/+/882312
|
|
#- ironic-tempest-functional-rbac-scope-enforced
|
|
- ironic-grenade
|
|
- ironic-standalone
|
|
- ironic-standalone-redfish
|
|
- ironic-tempest-bios-redfish-pxe
|
|
- ironic-tempest-uefi-redfish-vmedia
|
|
- ironic-tempest-wholedisk-bios-snmp-pxe
|
|
- ironic-tempest-partition-uefi-ipmi-pxe
|
|
# 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
|
|
- metalsmith-integration-glance-centos8-legacy
|
|
- metal3-integration
|
|
experimental:
|
|
jobs:
|
|
# 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
|