Do not run verify or merge jobs if changes are made to docs/** 43/2543/2
authorAric Gardner <agardner@linuxfoundation.org>
Wed, 14 Oct 2015 20:24:56 +0000 (16:24 -0400)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Sun, 18 Oct 2015 15:05:22 +0000 (15:05 +0000)
Note: This requires that devs know not to change code and docs in the
same patchset

Change-Id: I16d5917f01b76fefe385a974194c73754da1428a
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
jjb/vswitchperf/vswitchperf.yml

index 78988a7..07ce114 100644 (file)
                 branches:
                   - branch-compare-type: 'ANT'
                     branch-pattern: '**/master'
+                forbidden-file-paths:
+                  - compare-type: ANT
+                    pattern: 'docs/**'
 
     builders:
         - shell: |
                 branches:
                     - branch-compare-type: 'ANT'
                       branch-pattern: '**/master'
+                forbidden-file-paths:
+                  - compare-type: ANT
+                    pattern: 'docs/**'
 
     builders:
         - shell: |