Setup linter jobs for ran-simulator project
[ci-management.git] / jjb / integration / simulators / integration-ran-simulator.yaml
index e639f2f..584d93f 100644 (file)
@@ -7,3 +7,27 @@
     build-node: centos7-builder-2c-1g
     project: integration/simulators/ran-simulator
     branch: master
+
+- project:
+    name: integration-simulators-ran-simulator-linters
+    project: integration/simulators/ran-simulator
+    project-name: integration-simulators-ran-simulator
+    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'