Automation adds integration-simulators-pnf-simulator.yaml 41/104641/3
authorLF Jenkins CI <releng+lf-jobbuilder@linuxfoundation.org>
Tue, 31 Mar 2020 18:20:45 +0000 (18:20 +0000)
committermrichomme <morgan.richomme@orange.com>
Thu, 2 Apr 2020 12:33:47 +0000 (14:33 +0200)
Issue-ID: CIMAN-33

Change-Id: Ia9fcb06e276695346922d5288d95c19c0d5a8704
Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
Signed-off-by: mrichomme <morgan.richomme@orange.com>
jjb/integration/simulators/integration-pnf-simulator.yaml [new file with mode: 0644]

diff --git a/jjb/integration/simulators/integration-pnf-simulator.yaml b/jjb/integration/simulators/integration-pnf-simulator.yaml
new file mode 100644 (file)
index 0000000..3e7c0f8
--- /dev/null
@@ -0,0 +1,34 @@
+---
+- project:
+    name: integration-simulators-pnf-simulator-info
+    project-name: integration-simulators-pnf-simulator
+    jobs:
+      - gerrit-info-yaml-verify
+    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'
+