[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:
parent
380435c13a
commit
ccbe211e31
@ -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
|
@ -10,6 +10,8 @@
|
||||
jobs:
|
||||
- ironicclient-functional
|
||||
- ironicclient-tempest
|
||||
- ironicclient-tox-codespell:
|
||||
voting: false
|
||||
gate:
|
||||
jobs:
|
||||
- ironicclient-functional
|
||||
|
Loading…
x
Reference in New Issue
Block a user