This cleans up the zuul job definitions. It moves the 'irrelevant-files' lists from project.yaml to legacy-ironicclient-jobs.yaml For irrelevant files for ironicclient-tempest-dsvm-src, it: - adds more irrelevant files - removes requirements.txt from the list of irrelevant files since we want the tests run if this file changes - changes it to inherit from legacy-dsvm-base instead of legacy-ironic-dsvm-base, to remove one level of inheritance, which makes it simpler to see the definition The jobs in projects.yaml are sorted in in alphabetical order. Change-Id: I5a927592754b64a1ef64e52658b774a26947c516
11 lines
254 B
YAML
11 lines
254 B
YAML
- project:
|
|
name: openstack/python-ironicclient
|
|
check:
|
|
jobs:
|
|
- ironicclient-dsvm-functional
|
|
- ironicclient-tempest-dsvm-src
|
|
gate:
|
|
jobs:
|
|
- ironicclient-dsvm-functional
|
|
- ironicclient-tempest-dsvm-src
|