diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2015-10-14 16:24:56 -0400 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2015-10-18 15:05:22 +0000 |
commit | 97b881df09b4709380f1663901657dfe196c0a7d (patch) | |
tree | 0dfd77ef43102f18f61d5db739be3151c1bc2d72 /jjb | |
parent | ed1f97c622b272f91fe3bcb6fb1b8b65a27bd624 (diff) |
Do not run verify or merge jobs if changes are made to docs/**
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>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/vswitchperf/vswitchperf.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/jjb/vswitchperf/vswitchperf.yml b/jjb/vswitchperf/vswitchperf.yml index 78988a76f..07ce11414 100644 --- a/jjb/vswitchperf/vswitchperf.yml +++ b/jjb/vswitchperf/vswitchperf.yml @@ -132,6 +132,9 @@ branches: - branch-compare-type: 'ANT' branch-pattern: '**/master' + forbidden-file-paths: + - compare-type: ANT + pattern: 'docs/**' builders: - shell: | @@ -189,6 +192,9 @@ branches: - branch-compare-type: 'ANT' branch-pattern: '**/master' + forbidden-file-paths: + - compare-type: ANT + pattern: 'docs/**' builders: - shell: | |