diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2015-09-10 11:13:03 -0400 |
---|---|---|
committer | Aric Gardner <agardner@linuxfoundation.org> | 2015-09-10 11:13:03 -0400 |
commit | 732375e750ea6d96d9610cd2b10658ec1b2920e1 (patch) | |
tree | 2a18713f08b38e9c3180c1b571fc285d79be8ece /jjb | |
parent | ab033ff8befb4f7702af7af4c5f63bd4de11eb37 (diff) |
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 <agardner@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/releng-jobs.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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/** |