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?a=commitdiff_plain;h=refs%2Fchanges%2F68%2F1468%2F1;hp=ab033ff8befb4f7702af7af4c5f63bd4de11eb37;p=releng.git 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/**