
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: Ide0be758dadbc2ec1600f1f5a118a0ee71ee98a3
18 lines
497 B
YAML
18 lines
497 B
YAML
- project:
|
|
templates:
|
|
- openstack-python3-jobs
|
|
- publish-openstack-docs-pti
|
|
- check-requirements
|
|
- release-notes-jobs-python3
|
|
- openstackclient-plugin-jobs
|
|
check:
|
|
jobs:
|
|
- openstack-tox-functional-py310
|
|
- python-ironic-inspector-client-tempest
|
|
- python-ironic-inspector-client-tox-codespell:
|
|
voting: false
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-functional-py310
|
|
- python-ironic-inspector-client-tempest
|