Merge "Fix integration-linters project trigger paths"
[ci-management.git] / jjb / integration / integration.yaml
index c7564f4..35181c9 100644 (file)
     name: integration-verify-vagrantfile
     project-name: 'integration'
     project: 'integration'
-
     stream:
       - 'master':
           branch: 'master'
-
     jobs:
       - '{project-name}-{stream}-verify-vagrantfile'
 
@@ -74,7 +72,7 @@
           branch: 'master'
     # Required by verifier
     mvn-settings: 'integration-settings'
-    project-name: 'netconf-pnp-simulator'
+    project-name: 'integration-netconf-pnp-simulator'
     gerrit_trigger_file_paths:
       - compare-type: ANT
         pattern: 'test/mocks/netconf-pnp-simulator/engine/**'
     docker-root: test/mocks/netconf-pnp-simulator/engine
     container-tag-method: yaml-file
     build-node: centos7-docker-8c-8g
-    build-timeout: 1000
+    build-timeout: 20
     jobs:
       - gerrit-docker-verify
       - gerrit-docker-merge
+
+- project:
+    name: integration-linters
+    project: 'integration'
+    project-name: 'integration'
+    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'