[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: Ide0be758dadbc2ec1600f1f5a118a0ee71ee98a3
This commit is contained in:
parent
d5f9b2ed0a
commit
98bb9b6bb1
@ -9,6 +9,8 @@
|
||||
jobs:
|
||||
- openstack-tox-functional-py310
|
||||
- python-ironic-inspector-client-tempest
|
||||
- python-ironic-inspector-client-tox-codespell:
|
||||
voting: false
|
||||
gate:
|
||||
jobs:
|
||||
- openstack-tox-functional-py310
|
||||
|
@ -16,3 +16,10 @@
|
||||
tempest_test_regex: ironic_tempest_plugin.tests.scenario.test_introspection_basic
|
||||
devstack_localrc:
|
||||
IRONIC_DEFAULT_BOOT_OPTION: netboot
|
||||
|
||||
- job:
|
||||
name: python-ironic-inspector-client-tox-codespell
|
||||
parent: openstack-tox
|
||||
timeout: 7200
|
||||
vars:
|
||||
tox_envlist: codespell
|
Loading…
Reference in New Issue
Block a user