summaryrefslogtreecommitdiffstats
path: root/jjb/demo/demo.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/demo/demo.yaml')
-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'