[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: Ic7afcf11342e9a33d7fb76128a0c9746ab879dca
This commit is contained in:
parent
778403a47b
commit
b7d8446de7
@ -170,6 +170,13 @@
|
||||
metalsmith_precreate_port: true
|
||||
metalsmith_use_http: true
|
||||
|
||||
- job:
|
||||
name: metalsmith-tox-codespell
|
||||
parent: openstack-tox
|
||||
timeout: 7200
|
||||
vars:
|
||||
tox_envlist: codespell
|
||||
|
||||
- project:
|
||||
templates:
|
||||
- check-requirements
|
||||
@ -183,6 +190,8 @@
|
||||
- metalsmith-integration-glance-centos9-legacy
|
||||
- metalsmith-integration-http-cirros
|
||||
- openstack-tox-linters
|
||||
- metalsmith-tox-codespell:
|
||||
voting: false
|
||||
gate:
|
||||
jobs:
|
||||
- metalsmith-integration-glance-centos9-uefi
|
||||
|
Loading…
Reference in New Issue
Block a user