[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: I384db875eb9090e9d9e711af3479021bdbed5a26
This commit is contained in:
Sharpz7 2024-01-29 22:42:00 +00:00
parent a4f23f3472
commit 905a39b4eb
2 changed files with 9 additions and 0 deletions

View File

@ -8,6 +8,8 @@
jobs:
- sushy-tools-tempest-bios-redfish-pxe
- sushy-tools-tempest-uefi-redfish-vmedia
- sushy-tools-tox-codespell:
voting: false
gate:
jobs:
- sushy-tools-tempest-bios-redfish-pxe

View File

@ -15,3 +15,10 @@
- ^sushy_tools/tests/.*$
required-projects:
- openstack/sushy-tools
- job:
name: sushy-tools-tox-codespell
parent: openstack-tox
timeout: 6000
vars:
tox_envlist: codespell