[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: I43818291edfde18c217ab4acb4d951b8a85f6fcd
This commit is contained in:
Sharpz7 2024-01-25 21:22:28 +00:00
parent fd0d8171b7
commit c08ab06691
2 changed files with 9 additions and 0 deletions

View File

@ -226,3 +226,10 @@
- job:
name: ironic-inspector-tempest-managed
parent: ironic-inspector-tempest-managed-non-standalone
- job:
name: ironic-inspector-tox-codespell
parent: openstack-tox
timeout: 7200
vars:
tox_envlist: codespell

View File

@ -16,6 +16,8 @@
voting: false
- ironic-inspector-tox-bandit:
voting: false
- ironic-inspector-tox-codespell:
voting: false
gate:
jobs:
- ironic-inspector-tox-unit-with-sqlalchemy-2x