[Codespell] Adding tox target to CI (Non-Voting)
Adding CI for previous codespell tox change Related Bug: https://bugs.launchpad.net/ironic-python-agent/+bug/2047654 Change-Id: I02f7973c0e6799f7d7b44978009dfebbce3877a4
This commit is contained in:
parent
be9477179b
commit
b928b6601c
@ -169,3 +169,10 @@
|
||||
devstack_localrc:
|
||||
IRONIC_RAMDISK_TYPE: tinyipa
|
||||
IRONIC_VM_SPECS_RAM: 1024
|
||||
|
||||
- job:
|
||||
name: ipa-tox-codespell
|
||||
parent: openstack-tox
|
||||
timeout: 7200
|
||||
vars:
|
||||
tox_envlist: codespell
|
@ -27,6 +27,8 @@
|
||||
# Non-voting jobs
|
||||
- ipa-tempest-ironic-inspector-src:
|
||||
voting: false
|
||||
- ipa-tox-codespell:
|
||||
voting: false
|
||||
gate:
|
||||
jobs:
|
||||
- openstack-tox-functional
|
||||
|
Loading…
Reference in New Issue
Block a user