summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2020-03-27 15:54:19 +0000
committerGerrit Code Review <gerrit@onap.org>2020-03-27 15:54:19 +0000
commita18a7cffc1a0bf139f2238c10de21e2730c74289 (patch)
treedd9966a454b6c6676007168f36ba43bca34a2ff4 /jjb
parent9f753820cb7d747df698338700cd1e3cb490cbe5 (diff)
parent2e2e18ed13dc114b90cf96efacc254883e3fd9e8 (diff)
Merge "Add linter verify jobs for 'demo' project"
Diffstat (limited to 'jjb')
-rw-r--r--jjb/demo/demo.yaml28
1 files changed, 28 insertions, 0 deletions
diff --git a/jjb/demo/demo.yaml b/jjb/demo/demo.yaml
index 5c4028ee7..305ca378b 100644
--- a/jjb/demo/demo.yaml
+++ b/jjb/demo/demo.yaml
@@ -54,3 +54,31 @@
build-node: centos7-builder-2c-1g
project: demo
branch: master
+
+- project:
+ name: demo-linters
+ project: 'demo'
+ project-name: 'demo'
+ 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'
+ - 'python':
+ tox-dir: '.'
+ tox-envs: 'py'
+ pattern: '**/*.py'
+ stream:
+ - 'master':
+ branch: 'master'