Adds file-paths to verify 55/5855/1
authorTim Rozet <trozet@redhat.com>
Fri, 8 Jan 2016 02:45:57 +0000 (21:45 -0500)
committerTim Rozet <trozet@redhat.com>
Fri, 8 Jan 2016 02:45:57 +0000 (21:45 -0500)
changes to docs were still triggering full verifies even though docs is
in the forbidden path, hoping adding file paths fixes this

Change-Id: I7536b9033619ccc169516ef9f7965b3c3c8195e7
Signed-off-by: Tim Rozet <trozet@redhat.com>
jjb/apex/apex.yml

index a5cc479..6866bf5 100644 (file)
                 branches:
                   - branch-compare-type: 'ANT'
                     branch-pattern: '**/master'
+                file-paths:
+                  - compare-type: ANT
+                    pattern: 'ci/**'
+                  - compare-type: ANT
+                    pattern: 'build/**'
+                  - compare-type: ANT
+                    pattern: 'lib/**'
+                  - compare-type: ANT
+                    pattern: 'config/**'
                 forbidden-file-paths:
                   - compare-type: ANT
                     pattern: 'docs/**'