summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorLF Jenkins CI <releng+lf-jobbuilder@linuxfoundation.org>2020-04-01 20:52:30 +0000
committermrichomme <morgan.richomme@orange.com>2020-04-02 14:47:13 +0200
commit3dbfcb91d62fe34e646b2539423100ac0d3c2975 (patch)
treee54ba1a3b654bbeeb6b16b338deb23ddb56f40c0 /jjb
parent3f52058f6f4b5c4ca4c1621d618f7b602c534e9b (diff)
Automation adds integration-usecases-mdons.yaml
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>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/integration/usecases/integration-usecases-mdons.yaml33
1 files changed, 33 insertions, 0 deletions
diff --git a/jjb/integration/usecases/integration-usecases-mdons.yaml b/jjb/integration/usecases/integration-usecases-mdons.yaml
new file mode 100644
index 000000000..7f4d692ea
--- /dev/null
+++ b/jjb/integration/usecases/integration-usecases-mdons.yaml
@@ -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'