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

View File

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