9e46c0c174
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: I21d137007c5432f3e4970a912b528cbc2748b7ad
34 lines
802 B
YAML
34 lines
802 B
YAML
- job:
|
|
name: virtualbmc-tempest-ironic
|
|
parent: ironic-base
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- ^virtualbmc/tests/.*$
|
|
- ^setup.cfg$
|
|
- ^test-requirements.txt$
|
|
- ^tools/.*$
|
|
- ^tox.ini$
|
|
timeout: 10800
|
|
required-projects:
|
|
- openstack/virtualbmc
|
|
vars:
|
|
devstack_localrc:
|
|
EBTABLES_RACE_FIX: True
|
|
IRONIC_BOOT_MODE: bios
|
|
IRONIC_DEFAULT_BOOT_OPTION: netboot
|
|
IRONIC_DEFAULT_RESCUE_INTERFACE: ""
|
|
devstack_services:
|
|
dstat: false
|
|
|
|
# Remove when no longer used on pyghmi
|
|
- job:
|
|
name: virtualbmc-tempest-ironic-ipmi-iscsi
|
|
parent: virtualbmc-tempest-ironic
|
|
|
|
- job:
|
|
name: virtualbmc-tox-codespell
|
|
parent: openstack-tox
|
|
timeout: 7200
|
|
vars:
|
|
tox_envlist: codespell |