From 97b881df09b4709380f1663901657dfe196c0a7d Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Wed, 14 Oct 2015 16:24:56 -0400 Subject: 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 --- jjb/vswitchperf/vswitchperf.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'jjb/vswitchperf') 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: | -- cgit 1.2.3-korg