905a39b4eb
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: I384db875eb9090e9d9e711af3479021bdbed5a26
24 lines
605 B
YAML
24 lines
605 B
YAML
- job:
|
|
name: sushy-tools-tempest-bios-redfish-pxe
|
|
parent: ironic-tempest-bios-redfish-pxe
|
|
irrelevant-files:
|
|
- ^test-requirements.txt$
|
|
- ^sushy_tools/tests/.*$
|
|
required-projects:
|
|
- openstack/sushy-tools
|
|
|
|
- job:
|
|
name: sushy-tools-tempest-uefi-redfish-vmedia
|
|
parent: ironic-tempest-uefi-redfish-vmedia
|
|
irrelevant-files:
|
|
- ^test-requirements.txt$
|
|
- ^sushy_tools/tests/.*$
|
|
required-projects:
|
|
- openstack/sushy-tools
|
|
|
|
- job:
|
|
name: sushy-tools-tox-codespell
|
|
parent: openstack-tox
|
|
timeout: 6000
|
|
vars:
|
|
tox_envlist: codespell |