Merge "Use ubuntu1804-docker-8c-8g for SDC jobs"
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Tue, 7 Apr 2020 16:26:44 +0000 (16:26 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 7 Apr 2020 16:26:44 +0000 (16:26 +0000)
jjb/integration/simulators/integration-pnf-simulator.yaml

index 85f0732..664a0fa 100644 (file)
       build-node: centos7-builder-2c-1g
       project: integration/simulators/pnf-simulator
       branch: master
+
+- project:
+      name: integration-simulators-pnf-simulator-linters
+      project: integration/simulators/pnf-simulator
+      project-name: integration-simulators-pnf-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'
+