Add jjb for integration/seccom repository 38/109638/1
authormrichomme <morgan.richomme@orange.com>
Mon, 29 Jun 2020 06:12:55 +0000 (08:12 +0200)
committermrichomme <morgan.richomme@orange.com>
Mon, 29 Jun 2020 06:12:55 +0000 (08:12 +0200)
Issue-ID: INT-1640

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I04b493503a3fd4b893cb1c454ca76ba221047b5a

jjb/integration/integration-seccom.yaml [new file with mode: 0644]

diff --git a/jjb/integration/integration-seccom.yaml b/jjb/integration/integration-seccom.yaml
new file mode 100644 (file)
index 0000000..30a3569
--- /dev/null
@@ -0,0 +1,37 @@
+---
+- project:
+    name: integration-seccom-info
+    project-name: integration-seccom
+    jobs:
+      - gerrit-info-yaml-verify
+    build-node: centos7-builder-2c-1g
+    project: integration/seccom
+    branch: master
+
+- project:
+      name: integration-seccom-linters
+      project: integration/seccom
+      project-name: integration-seccom
+      python-version: python3
+      jobs:
+          - integration-linters
+      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'
+          - 'md':
+              tox-dir: '.'
+              tox-envs: 'md'
+              pattern: '**/*.md'
+      stream:
+          - 'master':
+                branch: 'master'