[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: Icaf9a2ffd775420b130578968b663ab9d162cbc5
This commit is contained in:
Sharpz7 2024-01-29 18:55:09 +00:00
parent 7cfe9fe177
commit a2faa67c4e
2 changed files with 9 additions and 0 deletions

View File

@ -52,3 +52,10 @@
name: tenks-deploy-teardown-linuxbridge-uefi-ubuntu-jammy
parent: tenks-deploy-teardown-linuxbridge-uefi-base
nodeset: ubuntu-jammy
- job:
name: tenks-tox-codespell
parent: openstack-tox
timeout: 7200
vars:
tox_envlist: codespell

View File

@ -26,6 +26,8 @@
- kayobe-overcloud-rocky9:
voting: false
- kayobe-overcloud-ubuntu-jammy
- tenks-tox-codespell:
voting: false
gate:
jobs:
- openstack-tox-pep8