[codespell] Adding CI target for Tox Codespell

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: Ide0be758dadbc2ec1600f1f5a118a0ee71ee98a3
This commit is contained in:
Sharpz7 2024-01-29 18:59:32 +00:00
parent d5f9b2ed0a
commit 98bb9b6bb1
2 changed files with 9 additions and 0 deletions

View File

@ -9,6 +9,8 @@
jobs:
- openstack-tox-functional-py310
- python-ironic-inspector-client-tempest
- python-ironic-inspector-client-tox-codespell:
voting: false
gate:
jobs:
- openstack-tox-functional-py310

View File

@ -16,3 +16,10 @@
tempest_test_regex: ironic_tempest_plugin.tests.scenario.test_introspection_basic
devstack_localrc:
IRONIC_DEFAULT_BOOT_OPTION: netboot
- job:
name: python-ironic-inspector-client-tox-codespell
parent: openstack-tox
timeout: 7200
vars:
tox_envlist: codespell