X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=inline;f=jjb%2Ftestsuite%2Ftestsuite-cds.yaml;h=2fef96a112459a62a690771a95c493d7aaa2e978;hb=c343a7ba14ce4ee19be7ac48aca03d06c415545f;hp=50a1558f36666fa142b2a4955a6bec9e09b87597;hpb=324431ef0b0b96040cc8df3539b68a4d01bd0b32;p=ci-management.git diff --git a/jjb/testsuite/testsuite-cds.yaml b/jjb/testsuite/testsuite-cds.yaml index 50a1558f3..2fef96a11 100644 --- a/jjb/testsuite/testsuite-cds.yaml +++ b/jjb/testsuite/testsuite-cds.yaml @@ -6,3 +6,35 @@ build-node: centos7-builder-2c-1g jobs: - gerrit-info-yaml-verify + +- project: + name: testsuite-cds-linters + project: 'testsuite/cds' + project-name: 'testsuite-cds' + 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' + - 'python': + tox-dir: '.' + tox-envs: 'py' + pattern: '**/*.py' + - 'md': + tox-dir: '.' + tox-envs: 'md' + pattern: '**/*.md' + stream: + - 'master': + branch: 'master'