Don't run ironic-tempest job for irrelevant changes
There is no need to run this job if only docs or release notes are changed. Change-Id: I503f14afdc7ecbe18784138be11387d862b244ed
This commit is contained in:
parent
18e941a402
commit
3c9ac3ca0e
13
.zuul.yaml
13
.zuul.yaml
@ -16,6 +16,19 @@
|
|||||||
- neutron-grenade
|
- neutron-grenade
|
||||||
- openstack-tox-lower-constraints
|
- openstack-tox-lower-constraints
|
||||||
- neutron-fullstack-python35
|
- neutron-fullstack-python35
|
||||||
|
# We don't run the job on things like neutron docs-only changes
|
||||||
|
- ironic-tempest-dsvm-ipa-wholedisk-bios-agent_ipmitool-tinyipa:
|
||||||
|
voting: false
|
||||||
|
irrelevant-files:
|
||||||
|
- ^(test-|)requirements.txt$
|
||||||
|
- ^.*\.rst$
|
||||||
|
- ^doc/.*$
|
||||||
|
- ^neutron/locale/.*$
|
||||||
|
- ^neutron/tests/unit/.*$
|
||||||
|
- ^releasenotes/.*$
|
||||||
|
- ^setup.cfg$
|
||||||
|
- ^tools/.*$
|
||||||
|
- ^tox.ini$
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- neutron-functional
|
- neutron-functional
|
||||||
|
Loading…
Reference in New Issue
Block a user