bff1d93438
Create a new base job: legacy-ironic-lib-dsvm-base Define 'irrelevant-files' in legacy-ironic-lib-dsvm-base and remove them from project.yaml. This means we only define 'irrelevant-files' once. Also makes project.yaml much easier to read. Fix the 'irrelevant-files' section to make sure we do test when changes are made to 'requirements.txt'. Sort the jobs lists in project.yaml. Change-Id: I0534be1ff4ac4d3d2e40f282966683c7b60fc7ba
15 lines
511 B
YAML
15 lines
511 B
YAML
- project:
|
|
name: openstack/ironic-lib
|
|
check:
|
|
jobs:
|
|
- ironic-lib-tempest-partition-agent_ipmitool
|
|
- ironic-lib-tempest-partition-pxe_ipmitool
|
|
- ironic-lib-tempest-wholedisk-agent_ipmitool
|
|
- ironic-lib-tempest-wholedisk-pxe_ipmitool
|
|
gate:
|
|
jobs:
|
|
- ironic-lib-tempest-partition-agent_ipmitool
|
|
- ironic-lib-tempest-partition-pxe_ipmitool
|
|
- ironic-lib-tempest-wholedisk-agent_ipmitool
|
|
- ironic-lib-tempest-wholedisk-pxe_ipmitool
|