From: Bartek Grzybowski Date: Fri, 13 Nov 2020 09:42:34 +0000 (+0100) Subject: Setup linters for integration/terragrunt project X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=776c846f76d36a786cd668c6ecd1f249a13767f9;p=ci-management.git Setup linters for integration/terragrunt project Change-Id: I837379b866c812b9da2ce3197bc05839cb474a9e Issue-ID: INT-1778 Signed-off-by: Bartek Grzybowski --- diff --git a/jjb/integration/integration-terragrunt.yaml b/jjb/integration/integration-terragrunt.yaml index e25713dc6..922fbc145 100644 --- a/jjb/integration/integration-terragrunt.yaml +++ b/jjb/integration/integration-terragrunt.yaml @@ -12,3 +12,35 @@ build-node: centos7-builder-2c-1g jobs: - gerrit-info-yaml-verify + +- project: + name: integration-terragrunt-linters + project: integration/terragrunt + project-name: integration-terragrunt + 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'