From af46120f40e792df8d1b70d56ff03b629d7424a8 Mon Sep 17 00:00:00 2001 From: elajkat Date: Fri, 14 Jan 2022 19:43:38 +0100 Subject: [PATCH] [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 --- zuul.d/base.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/zuul.d/base.yaml b/zuul.d/base.yaml index 456a693ae3d..395c1a13fa3 100644 --- a/zuul.d/base.yaml +++ b/zuul.d/base.yaml @@ -21,7 +21,6 @@ - ^neutron/tests/fullstack/.*$ - ^releasenotes/.*$ - ^setup.cfg$ - - ^tools/.*$ - ^vagrant/.*$ - ^devstack/.*\.sample$ - ^playbooks/.*$ @@ -69,7 +68,6 @@ - ^neutron/locale/.*$ - ^neutron/tests/unit/.*$ - ^neutron/tests/functional/.*$ - - ^tools/.*$ - ^neutron/agent/ovn/.*$ - ^neutron/agent/windows/.*$ - ^neutron/plugins/ml2/drivers/macvtap/.*$