From: Bartek Grzybowski Date: Tue, 9 Feb 2021 14:03:45 +0000 (+0100) Subject: Setup linters for integration/ieft-actn-tools project X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F43%2F117643%2F1;p=ci-management.git Setup linters for integration/ieft-actn-tools project Change-Id: I71d244bd5a98423565bbf6619e7b416db9627116 Issue-ID: CIMAN-33 Signed-off-by: Bartek Grzybowski --- diff --git a/jjb/integration/integration-ieft-actn-tools.yaml b/jjb/integration/integration-ieft-actn-tools.yaml index e635ce11f..264ecdd16 100644 --- a/jjb/integration/integration-ieft-actn-tools.yaml +++ b/jjb/integration/integration-ieft-actn-tools.yaml @@ -12,3 +12,35 @@ build-node: centos7-builder-2c-1g jobs: - gerrit-info-yaml-verify + +- project: + name: integration-ieft-actn-tools-linters + project: integration/ieft-actn-tools + project-name: integration-ieft-actn-tools + 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'