summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2020-03-20 14:49:15 +0100
committermrichomme <morgan.richomme@orange.com>2020-03-20 14:49:15 +0100
commit164028459a576fad278999c1d6ac6cbae99c3b70 (patch)
tree38ff90eb81b72446e7ec3fa3aca2df233cc614c6 /jjb
parent72853e3357f096416c85bb1966df3b363ab59926 (diff)
Add linters for the repository integration/usecases/bbs
Issue-ID: INT-1496 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I63f9071c6b0ab6417f994802255fec5572afd725
Diffstat (limited to 'jjb')
-rw-r--r--jjb/integration/usecases/integration-usecases-bbs.yaml33
1 files changed, 33 insertions, 0 deletions
diff --git a/jjb/integration/usecases/integration-usecases-bbs.yaml b/jjb/integration/usecases/integration-usecases-bbs.yaml
new file mode 100644
index 000000000..fbf56a4a6
--- /dev/null
+++ b/jjb/integration/usecases/integration-usecases-bbs.yaml
@@ -0,0 +1,33 @@
+---
+- project:
+ name: integration-usecases-bbs-info
+ project-name: integration-usecases-bbs
+ jobs:
+ - gerrit-info-yaml-verify
+ build-node: centos7-builder-2c-1g
+ project: integration/usecases/bbs
+ branch: master
+
+- project:
+ name: integration-usecases-bbs-linters
+ project: integration/usecases/bbs
+ project-name: integration-usecases-bbs
+ python-version: python3
+ jobs:
+ - '{project-name}-{stream}-{subproject}-lint'
+ subproject:
+ - 'yaml':
+ tox-dir: '.'
+ tox-envs: 'yaml'
+ pattern: '**/*.yaml'
+ - 'yml':
+ tox-dir: '.'
+ tox-envs: 'yaml'
+ pattern: '**/*.yml'
+ - 'json':
+ tox-dir: '.'
+ tox-envs: 'json'
+ pattern: '**/*.json'
+ stream:
+ - 'master':
+ branch: 'master'