summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2020-06-29 08:12:55 +0200
committermrichomme <morgan.richomme@orange.com>2020-06-29 08:12:55 +0200
commit2c827615103fc1150353c8b50f35a4f5fb0e8f32 (patch)
tree59b9c383bd5846f67f907c919ccd4bcb33157003
parent88a27d772870c776622df46e62726faf5a9545ea (diff)
Add jjb for integration/seccom repository
Issue-ID: INT-1640 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I04b493503a3fd4b893cb1c454ca76ba221047b5a
-rw-r--r--jjb/integration/integration-seccom.yaml37
1 files changed, 37 insertions, 0 deletions
diff --git a/jjb/integration/integration-seccom.yaml b/jjb/integration/integration-seccom.yaml
new file mode 100644
index 000000000..30a356903
--- /dev/null
+++ b/jjb/integration/integration-seccom.yaml
@@ -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'