Add linters for the repository integration/usecases/bbs 62/104062/1
authormrichomme <morgan.richomme@orange.com>
Fri, 20 Mar 2020 13:49:15 +0000 (14:49 +0100)
committermrichomme <morgan.richomme@orange.com>
Fri, 20 Mar 2020 13:49:15 +0000 (14:49 +0100)
Issue-ID: INT-1496

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I63f9071c6b0ab6417f994802255fec5572afd725

jjb/integration/usecases/integration-usecases-bbs.yaml [new file with mode: 0644]

diff --git a/jjb/integration/usecases/integration-usecases-bbs.yaml b/jjb/integration/usecases/integration-usecases-bbs.yaml
new file mode 100644 (file)
index 0000000..fbf56a4
--- /dev/null
@@ -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'