Chore: Move to centos8-builder
[ci-management.git] / jjb / testsuite / testsuite-cds-mock-ssh.yaml
index 4d124e9..4c0ece3 100644 (file)
@@ -9,6 +9,39 @@
     name: testsuite-cds-mock-ssh-info
     project: testsuite/cds-mock-ssh
     project-name: testsuite-cds-mock-ssh
-    build-node: centos7-builder-2c-1g
+    build-node: centos8-builder-2c-1g
     jobs:
       - gerrit-info-yaml-verify
+
+- project:
+    name: testsuite-cds-mock-ssh-linters
+    project: 'testsuite/cds-mock-ssh'
+    project-name: 'testsuite-cds-mock-ssh'
+    python-version: python3
+    jobs:
+      - integration-linters
+    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'
+      - 'python':
+          tox-dir: '.'
+          tox-envs: 'py'
+          pattern: '**/*.py'
+      - 'md':
+          tox-dir: '.'
+          tox-envs: 'md'
+          pattern: '**/*.md'
+    stream:
+      - 'master':
+          branch: 'master'
+