Merge "Add a verification job to testsuitei repository"
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 6 Mar 2020 18:24:12 +0000 (18:24 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 6 Mar 2020 18:24:12 +0000 (18:24 +0000)
jjb/testsuite/testsuite.yaml

index fd32c94..df3be18 100644 (file)
     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'