[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: I49f9dd8f8a47db1704896af01255551f10a75e71
This commit is contained in:
Sharpz7 2024-01-26 05:02:58 +00:00
parent 380435c13a
commit ccbe211e31
2 changed files with 9 additions and 0 deletions

View File

@ -42,3 +42,10 @@
vars:
devstack_localrc:
EBTABLES_RACE_FIX: True
- job:
name: ironicclient-tox-codespell
parent: openstack-tox
timeout: 7200
vars:
tox_envlist: codespell

View File

@ -10,6 +10,8 @@
jobs:
- ironicclient-functional
- ironicclient-tempest
- ironicclient-tox-codespell:
voting: false
gate:
jobs:
- ironicclient-functional