Automation adds integration-usecases-mdons.yaml 17/104917/3
authorLF Jenkins CI <releng+lf-jobbuilder@linuxfoundation.org>
Wed, 1 Apr 2020 20:52:30 +0000 (20:52 +0000)
committermrichomme <morgan.richomme@orange.com>
Thu, 2 Apr 2020 12:47:13 +0000 (14:47 +0200)
Issue-ID: CIMAN-33

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

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