summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2020-03-06 18:24:12 +0000
committerGerrit Code Review <gerrit@onap.org>2020-03-06 18:24:12 +0000
commitb41eef27b638bfecc77db0ecd84adcaced9d2d80 (patch)
treeccc907f305dbe0427442edef4ea652d82d8ceb82
parentab2b411dafec5e1c213b27d51b9cded4e95fee5d (diff)
parent11462717f26505a7bb77aac97bfa6edcb92d3472 (diff)
Merge "Add a verification job to testsuitei repository"
-rw-r--r--jjb/testsuite/testsuite.yaml24
1 files changed, 24 insertions, 0 deletions
diff --git a/jjb/testsuite/testsuite.yaml b/jjb/testsuite/testsuite.yaml
index fd32c94a5..df3be1866 100644
--- a/jjb/testsuite/testsuite.yaml
+++ b/jjb/testsuite/testsuite.yaml
@@ -56,3 +56,27 @@
build-node: centos7-builder-2c-1g
project: testsuite
branch: master
+
+- project:
+ name: testsuite-linters
+ project: 'testsuite'
+ project-name: 'testsuite'
+ python-version: python3
+ jobs:
+ - '{project-name}-{stream}-{subproject}-lint'
+ subproject:
+ - 'yaml':
+ tox-dir: '.'
+ tox-envs: 'yaml'
+ pattern: '**/*.yaml|**/*.yml'
+ - 'json':
+ tox-dir: '.'
+ tox-envs: 'json'
+ pattern: '**/*.json'
+ - 'robot':
+ tox-dir: '.'
+ tox-envs: 'robot'
+ pattern: '**/*.robot'
+ stream:
+ - 'master':
+ branch: 'master'