b75d4cdb54
Currently the sushy-tools jobs will not run if the changes are made in test-requirement or unit tests, this improve the config of our jobs to not run when changes are made to: - tox.ini - setup.cfg - doc/* - releasenotes - rst files Change-Id: If2b683195212441a5d227f4c8a3af193f78f1b1c
34 lines
803 B
YAML
34 lines
803 B
YAML
- job:
|
|
name: sushy-tools-tempest-bios-redfish-pxe
|
|
parent: ironic-tempest-bios-redfish-pxe
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- ^releasenotes/.*$
|
|
- ^setup.cfg$
|
|
- ^test-requirements.txt$
|
|
- ^sushy_tools/tests/.*$
|
|
- ^tox.ini$
|
|
required-projects:
|
|
- openstack/sushy-tools
|
|
|
|
- job:
|
|
name: sushy-tools-tempest-uefi-redfish-vmedia
|
|
parent: ironic-tempest-uefi-redfish-vmedia
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- ^releasenotes/.*$
|
|
- ^setup.cfg$
|
|
- ^test-requirements.txt$
|
|
- ^sushy_tools/tests/.*$
|
|
- ^tox.ini$
|
|
required-projects:
|
|
- openstack/sushy-tools
|
|
|
|
- job:
|
|
name: sushy-tools-tox-codespell
|
|
parent: openstack-tox
|
|
timeout: 6000
|
|
vars:
|
|
tox_envlist: codespell |