diff options
author | 2017-08-28 16:08:47 -0400 | |
---|---|---|
committer | 2017-08-28 16:11:30 -0400 | |
commit | 0d9eacc92a6136a1669d8de37f69f5aee9636bd5 (patch) | |
tree | 26909af46ab973dc9d0f20ef035f37b8edad9530 /jjb/securedlab | |
parent | b822e4db9735b442e7a259b1aba00c0c69939f77 (diff) |
Make jinja templaing check non-voting
Rather than chasing a moving target we will make this securedlab check
non-voting.
Will make it voting again once we have a consensus on the PDF file
This patch will allow me to merge
https://gerrit.opnfv.org/gerrit/#/c/38283/
Change-Id: Ib737733cd7bb8230723059a4535d86d1c5bdc886
Signed-off-by: agardner <agardner@linuxfoundation.org>
Diffstat (limited to 'jjb/securedlab')
-rw-r--r-- | jjb/securedlab/check-jinja2.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/jjb/securedlab/check-jinja2.yml b/jjb/securedlab/check-jinja2.yml index 1e85536e7..430ced560 100644 --- a/jjb/securedlab/check-jinja2.yml +++ b/jjb/securedlab/check-jinja2.yml @@ -70,6 +70,12 @@ pattern: '**/*.jinja2' - compare-type: ANT pattern: '**/*.yaml' + skip-vote: + successful: true + failed: true + unstable: true + notbuilt: true + builders: - check-jinja |