From: Tim Rozet Date: Thu, 7 Sep 2017 14:16:24 +0000 (-0400) Subject: Apex: temporarily disable strict forbidden file path X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=8cf6832548eac565f1e53597966f7a18a00b1727;p=releng.git Apex: temporarily disable strict forbidden file path Change-Id: I360cd5ba894022cd30cf7237e8338ab2e213c940 Signed-off-by: Tim Rozet --- diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index 92651e85c..158eee551 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -230,7 +230,7 @@ branches: - branch-compare-type: 'ANT' branch-pattern: '**/{branch}' - disable-strict-forbidden-file-verification: 'true' + disable-strict-forbidden-file-verification: 'false' forbidden-file-paths: - compare-type: ANT pattern: 'apex/tests/**' diff --git a/jjb/apex/apex.yml.j2 b/jjb/apex/apex.yml.j2 index 960839ad2..e907e2a61 100644 --- a/jjb/apex/apex.yml.j2 +++ b/jjb/apex/apex.yml.j2 @@ -142,7 +142,7 @@ branches: - branch-compare-type: 'ANT' branch-pattern: '**/{branch}' - disable-strict-forbidden-file-verification: 'true' + disable-strict-forbidden-file-verification: 'false' forbidden-file-paths: - compare-type: ANT pattern: 'apex/tests/**'