[Functional/fullstack] Remove tools from irrelevant list

For functional and fullstack jobs tools/ is in the irrelevant list, thus
even if configure_for_func_testing.sh is changed none of these jobs are
executed.

Change-Id: I3fb7e162c92b0316b16c8af92831b7050a9727d8
Related-Bug: #1957936
This commit is contained in:
elajkat 2022-01-14 19:43:38 +01:00 committed by Lajos Katona
parent b5a7dbc67d
commit af46120f40
1 changed files with 0 additions and 2 deletions

View File

@ -21,7 +21,6 @@
- ^neutron/tests/fullstack/.*$ - ^neutron/tests/fullstack/.*$
- ^releasenotes/.*$ - ^releasenotes/.*$
- ^setup.cfg$ - ^setup.cfg$
- ^tools/.*$
- ^vagrant/.*$ - ^vagrant/.*$
- ^devstack/.*\.sample$ - ^devstack/.*\.sample$
- ^playbooks/.*$ - ^playbooks/.*$
@ -69,7 +68,6 @@
- ^neutron/locale/.*$ - ^neutron/locale/.*$
- ^neutron/tests/unit/.*$ - ^neutron/tests/unit/.*$
- ^neutron/tests/functional/.*$ - ^neutron/tests/functional/.*$
- ^tools/.*$
- ^neutron/agent/ovn/.*$ - ^neutron/agent/ovn/.*$
- ^neutron/agent/windows/.*$ - ^neutron/agent/windows/.*$
- ^neutron/plugins/ml2/drivers/macvtap/.*$ - ^neutron/plugins/ml2/drivers/macvtap/.*$