Chore: Move to centos8-builder
[ci-management.git] / jjb / integration / integration-seccom.yaml
index f164a12..f710ea9 100644 (file)
@@ -1,14 +1,37 @@
 ---
 - project:
-    name: integration-seccom
-    project-name: 'integration-seccom'
+    name: integration-seccom-info
+    project-name: integration-seccom
     jobs:
-      - gerrit-maven-clm
-    project: 'integration/seccom'
-    stream:
-      - 'master':
-          branch: 'master'
-    mvn-settings: 'integration-seccom-settings'
-    files: '**'
-    archive-artifacts: ''
-    build-node: ubuntu1604-basebuild-4c-4g
+      - gerrit-info-yaml-verify
+    build-node: centos8-builder-2c-1g
+    project: integration/seccom
+    branch: master
+
+- project:
+      name: integration-seccom-linters
+      project: integration/seccom
+      project-name: integration-seccom
+      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'
+          - 'md':
+              tox-dir: '.'
+              tox-envs: 'md'
+              pattern: '**/*.md'
+      stream:
+          - 'master':
+                branch: 'master'