[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: Icaf9a2ffd775420b130578968b663ab9d162cbc5
This commit is contained in:
parent
7cfe9fe177
commit
a2faa67c4e
@ -52,3 +52,10 @@
|
|||||||
name: tenks-deploy-teardown-linuxbridge-uefi-ubuntu-jammy
|
name: tenks-deploy-teardown-linuxbridge-uefi-ubuntu-jammy
|
||||||
parent: tenks-deploy-teardown-linuxbridge-uefi-base
|
parent: tenks-deploy-teardown-linuxbridge-uefi-base
|
||||||
nodeset: ubuntu-jammy
|
nodeset: ubuntu-jammy
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: tenks-tox-codespell
|
||||||
|
parent: openstack-tox
|
||||||
|
timeout: 7200
|
||||||
|
vars:
|
||||||
|
tox_envlist: codespell
|
@ -26,6 +26,8 @@
|
|||||||
- kayobe-overcloud-rocky9:
|
- kayobe-overcloud-rocky9:
|
||||||
voting: false
|
voting: false
|
||||||
- kayobe-overcloud-ubuntu-jammy
|
- kayobe-overcloud-ubuntu-jammy
|
||||||
|
- tenks-tox-codespell:
|
||||||
|
voting: false
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-tox-pep8
|
- openstack-tox-pep8
|
||||||
|
Loading…
Reference in New Issue
Block a user