[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: Icd1bcdea0a129f963510d2ca540e5be2890b88b2
This commit is contained in:
parent
509d12e60a
commit
23ad235ff4
10
.zuul.yaml
10
.zuul.yaml
@ -79,6 +79,13 @@
|
||||
s-object: False
|
||||
s-proxy: False
|
||||
|
||||
- job:
|
||||
name: ironic-prometheus-exporter-tox-codespell
|
||||
parent: openstack-tox
|
||||
timeout: 7200
|
||||
vars:
|
||||
tox_envlist: codespell
|
||||
|
||||
- project:
|
||||
templates:
|
||||
- check-requirements
|
||||
@ -90,6 +97,9 @@
|
||||
jobs:
|
||||
- ironic-prometheus-exporter-redfish
|
||||
- bifrost-integration-tinyipa-keystone-centos-9
|
||||
- ironic-prometheus-exporter-tox-codespell:
|
||||
voting: false
|
||||
|
||||
gate:
|
||||
jobs:
|
||||
- ironic-prometheus-exporter-redfish
|
||||
|
Loading…
Reference in New Issue
Block a user