[Codespell] Adding tox target to CI (Non-Voting)

Adding CI for previous codespell tox change

Related Bug: https://bugs.launchpad.net/ironic-python-agent/+bug/2047654

Change-Id: I02f7973c0e6799f7d7b44978009dfebbce3877a4
This commit is contained in:
Sharpz7 2024-01-17 17:15:33 +00:00
parent be9477179b
commit b928b6601c
2 changed files with 9 additions and 0 deletions

View File

@ -169,3 +169,10 @@
devstack_localrc:
IRONIC_RAMDISK_TYPE: tinyipa
IRONIC_VM_SPECS_RAM: 1024
- job:
name: ipa-tox-codespell
parent: openstack-tox
timeout: 7200
vars:
tox_envlist: codespell

View File

@ -27,6 +27,8 @@
# Non-voting jobs
- ipa-tempest-ironic-inspector-src:
voting: false
- ipa-tox-codespell:
voting: false
gate:
jobs:
- openstack-tox-functional