[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:
parent
f78a80ccb9
commit
9e46c0c174
@ -8,6 +8,8 @@
|
||||
check:
|
||||
jobs:
|
||||
- virtualbmc-tempest-ironic
|
||||
- virtualbmc-tox-codespell:
|
||||
voting: false
|
||||
gate:
|
||||
jobs:
|
||||
- virtualbmc-tempest-ironic
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user