[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: Ica261e5e528bde8ec4f1627f3560e8c2022e3370
This commit is contained in:
parent
da3fccba48
commit
1458cbabd4
@ -142,3 +142,11 @@
|
|||||||
nodeset: ubuntu-jammy-arm64
|
nodeset: ubuntu-jammy-arm64
|
||||||
vars:
|
vars:
|
||||||
image_target_name: ubuntu-arm64
|
image_target_name: ubuntu-arm64
|
||||||
|
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: ironic-python-agent-builder-tox-codespell
|
||||||
|
parent: openstack-tox
|
||||||
|
timeout: 7200
|
||||||
|
vars:
|
||||||
|
tox_envlist: codespell
|
@ -25,6 +25,8 @@
|
|||||||
voting: false
|
voting: false
|
||||||
- ipa-tempest-ironic-inspector-src:
|
- ipa-tempest-ironic-inspector-src:
|
||||||
voting: false
|
voting: false
|
||||||
|
- ironic-python-agent-builder-tox-codespell:
|
||||||
|
voting: false
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-tox-pep8
|
- openstack-tox-pep8
|
||||||
|
Loading…
Reference in New Issue
Block a user