Automation adds integration-simulators-dc-simulator.yaml 54/104654/3
authorLF Jenkins CI <releng+lf-jobbuilder@linuxfoundation.org>
Wed, 1 Apr 2020 20:00:20 +0000 (20:00 +0000)
committermrichomme <morgan.richomme@orange.com>
Thu, 2 Apr 2020 12:37:13 +0000 (14:37 +0200)
Issue-ID: CIMAN-33

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

diff --git a/jjb/integration/simulators/integration-dc-simulator.yaml b/jjb/integration/simulators/integration-dc-simulator.yaml
new file mode 100644 (file)
index 0000000..7d807dc
--- /dev/null
@@ -0,0 +1,33 @@
+---
+- project:
+    name: integration-simulators-dc-simulator-info
+    project-name: integration-simulators-dc-simulator
+    jobs:
+      - gerrit-info-yaml-verify
+    build-node: centos7-builder-2c-1g
+    project: integration/simulators/dc-simulator
+    branch: master
+
+- project:
+    name: integration-simulators-dc-simulator-linters
+    project: integration/simulators/dc-simulator
+    project-name: integration-simulators-dc-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'