From: Aric Gardner Date: Thu, 10 Sep 2015 15:13:03 +0000 (-0400) Subject: Dont ignore changes to uils/** in verify or merge job X-Git-Tag: arno.2015.2.0~42 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=commitdiff_plain;h=732375e750ea6d96d9610cd2b10658ec1b2920e1 Dont ignore changes to uils/** in verify or merge job Not sure why this is diffrent for verify and merge. I could be missing something, but I would like to use utils for common releng scripts if possible Change-Id: I2c2368bc229b67841692a37aa5ea7048deacb325 Signed-off-by: Aric Gardner --- diff --git a/jjb/releng-jobs.yaml b/jjb/releng-jobs.yaml index a2f597b10..d732b1fab 100644 --- a/jjb/releng-jobs.yaml +++ b/jjb/releng-jobs.yaml @@ -57,9 +57,9 @@ pattern: jjb/** - compare-type: ANT pattern: jjb-templates/** - forbidden-file-paths: - compare-type: ANT pattern: utils/** + forbidden-file-paths: - compare-type: ANT pattern: docs/**