296669708f
Running ansible-galaxy inside a tenks venv was failing on Ubuntu 22.04 with the following error: AttributeError: module 'lib' has no attribute 'X509_V_FLAG_NOTIFY_POLICY' Bump minimum Python and Ansible versions and switch from os_ironic module to openstack.cloud.baremetal_node. This drops support for Python versions below 3.9. The branch stable/2.0 can be used where Python 3.6 or 3.8 are required. Also drop centos8s and ubuntu-focal CI jobs which are only used in unmaintained branches. Change-Id: Ia740e9d8455fd9424378fa31b3495149db31c8e7
47 lines
1.8 KiB
YAML
47 lines
1.8 KiB
YAML
---
|
|
- project:
|
|
templates:
|
|
- openstack-cover-jobs
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
|
|
check:
|
|
jobs:
|
|
- openstack-tox-pep8
|
|
- openstack-tox-py39
|
|
- openstack-tox-py310
|
|
- openstack-tox-py311
|
|
- tenks-tox-ansible-lint
|
|
- tenks-deploy-teardown-ovs-bios-centos9s
|
|
- tenks-deploy-teardown-ovs-bios-debian-bullseye
|
|
- tenks-deploy-teardown-ovs-bios-rocky-9
|
|
- tenks-deploy-teardown-ovs-bios-ubuntu-jammy
|
|
- tenks-deploy-teardown-linuxbridge-uefi-centos9s
|
|
- tenks-deploy-teardown-linuxbridge-uefi-debian-bullseye
|
|
- tenks-deploy-teardown-linuxbridge-uefi-rocky-9
|
|
- tenks-deploy-teardown-linuxbridge-uefi-ubuntu-jammy
|
|
# Until we have ironic jobs using tenks, gate on the kayobe overcloud
|
|
# deploy job, which uses tenks to test bare metal compute provisioning.
|
|
- kayobe-overcloud-rocky9:
|
|
voting: false
|
|
- kayobe-overcloud-ubuntu-jammy
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-pep8
|
|
- openstack-tox-py39
|
|
- openstack-tox-py310
|
|
- openstack-tox-py311
|
|
- tenks-tox-ansible-lint
|
|
- tenks-deploy-teardown-ovs-bios-centos9s
|
|
- tenks-deploy-teardown-ovs-bios-debian-bullseye
|
|
- tenks-deploy-teardown-ovs-bios-rocky-9
|
|
- tenks-deploy-teardown-ovs-bios-ubuntu-jammy
|
|
- tenks-deploy-teardown-linuxbridge-uefi-centos9s
|
|
- tenks-deploy-teardown-linuxbridge-uefi-debian-bullseye
|
|
- tenks-deploy-teardown-linuxbridge-uefi-rocky-9
|
|
- tenks-deploy-teardown-linuxbridge-uefi-ubuntu-jammy
|
|
# Until we have ironic jobs using tenks, gate on the kayobe overcloud
|
|
# deploy job, which uses tenks to test bare metal compute provisioning.
|
|
# - kayobe-overcloud-rocky9
|
|
- kayobe-overcloud-ubuntu-jammy
|