[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: Iad0de1da0aa600f92b765449bcfeee2f2c69759d
This commit is contained in:
parent
383669b51b
commit
763f9054fc
@ -21,6 +21,13 @@
|
|||||||
horizon: true
|
horizon: true
|
||||||
tox_envlist: integration
|
tox_envlist: integration
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: ironic-ui-tox-codespell
|
||||||
|
parent: openstack-tox
|
||||||
|
timeout: 7200
|
||||||
|
vars:
|
||||||
|
tox_envlist: codespell
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
templates:
|
templates:
|
||||||
- check-requirements
|
- check-requirements
|
||||||
@ -34,3 +41,5 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- ironic-ui-integration-tests:
|
- ironic-ui-integration-tests:
|
||||||
voting: false
|
voting: false
|
||||||
|
- ironic-ui-tox-codespell:
|
||||||
|
voting: false
|
||||||
|
Loading…
Reference in New Issue
Block a user