Have vpnaas job definition inherit irrelevant files

The neutron-temptest-plugin-vpnaas jobs are being run
even if files like setup.cfg are updated. Instead of
updating its irrelevant-files definition, update the
default one so it can apply to all neutron* repos.

Change-Id: I36b73c44bf65ef4b467a1cceccea2138ba75dd8d
This commit is contained in:
Brian Haley 2020-05-29 16:03:43 -04:00
parent 357eebb9b0
commit afb4bd7930
1 changed files with 3 additions and 7 deletions

View File

@ -322,8 +322,8 @@
- ^doc/.*$
- ^setup.cfg$
- ^.*\.rst$
- ^neutron/locale/.*$
- ^neutron/tests/unit/.*$
- ^neutron.*/locale/.*$
- ^neutron.*/tests/unit/.*$
- ^tools/.*$
- ^tox.ini$
@ -488,8 +488,4 @@
devstack_localrc:
IPSEC_PACKAGE: strongswan
NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_vpnaas) | join(',') }}"
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^neutron_vpnaas/tests/unit/.*$
- ^releasenotes/.*$
irrelevant-files: *tempest-irrelevant-files