From 9640d3bfbf55e74560677f9a13c241303666543a Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Sun, 15 Oct 2017 16:23:57 -0700 Subject: [PATCH] Zuul: remove file matcher for devstack job The file matcher was from the early versions of this when we were running both v2 and v3. We should always run the new devstack job on all changes to devstack now that v3 is in production and we plan on building jobs off of this one. Change-Id: I7dd336b0059043f6653bdfdcba0ee5cded3e67b1 --- .zuul.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index cee195cf39..bb7239abae 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -76,10 +76,4 @@ name: openstack-dev/devstack check: jobs: - - devstack: - files: - - ^playbooks/pre - - ^playbooks/post - - ^playbooks/devstack - - ^roles/ - - .zuul.yaml + - devstack