[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: I21d137007c5432f3e4970a912b528cbc2748b7ad
This commit is contained in:
Sharpz7 2024-01-26 05:18:36 +00:00
parent f78a80ccb9
commit 9e46c0c174
2 changed files with 9 additions and 0 deletions

View File

@ -8,6 +8,8 @@
check:
jobs:
- virtualbmc-tempest-ironic
- virtualbmc-tox-codespell:
voting: false
gate:
jobs:
- virtualbmc-tempest-ironic

View File

@ -25,3 +25,10 @@
- job:
name: virtualbmc-tempest-ironic-ipmi-iscsi
parent: virtualbmc-tempest-ironic
- job:
name: virtualbmc-tox-codespell
parent: openstack-tox
timeout: 7200
vars:
tox_envlist: codespell