From 8cf6832548eac565f1e53597966f7a18a00b1727 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Thu, 7 Sep 2017 10:16:24 -0400 Subject: Apex: temporarily disable strict forbidden file path Change-Id: I360cd5ba894022cd30cf7237e8338ab2e213c940 Signed-off-by: Tim Rozet --- jjb/apex/apex.yml | 2 +- jjb/apex/apex.yml.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'jjb') 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/**' -- cgit