Browse code

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

James E. Blair authored on 2017/10/16 08:23:57
Showing 1 changed files
... ...
@@ -76,10 +76,4 @@
76 76
     name: openstack-dev/devstack
77 77
     check:
78 78
       jobs:
79
-        - devstack:
80
-            files:
81
-              - ^playbooks/pre
82
-              - ^playbooks/post
83
-              - ^playbooks/devstack
84
-              - ^roles/
85
-              - .zuul.yaml
79
+        - devstack