[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: Ica261e5e528bde8ec4f1627f3560e8c2022e3370
This commit is contained in:
Sharpz7 2024-01-26 04:11:47 +00:00
parent da3fccba48
commit 1458cbabd4
2 changed files with 10 additions and 0 deletions

View File

@ -142,3 +142,11 @@
nodeset: ubuntu-jammy-arm64
vars:
image_target_name: ubuntu-arm64
- job:
name: ironic-python-agent-builder-tox-codespell
parent: openstack-tox
timeout: 7200
vars:
tox_envlist: codespell

View File

@ -25,6 +25,8 @@
voting: false
- ipa-tempest-ironic-inspector-src:
voting: false
- ironic-python-agent-builder-tox-codespell:
voting: false
gate:
jobs:
- openstack-tox-pep8