a2faa67c4e
Third in a series of commits to add Codespell to Ironic Repos. This commit adds the Tox Target to CI A future commit could potentially add a git-blame-ignore-revs file if their are lots of spelling mistakes that could clutter git blame. Change-Id: Icaf9a2ffd775420b130578968b663ab9d162cbc5
51 lines
1.9 KiB
YAML
51 lines
1.9 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
|
|
- openstack-tox-py312
|
|
- 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
|
|
- tenks-tox-codespell:
|
|
voting: false
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-pep8
|
|
- openstack-tox-py39
|
|
- openstack-tox-py310
|
|
- openstack-tox-py311
|
|
- openstack-tox-py312
|
|
- 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
|