diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-11-13 10:42:34 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-11-13 10:42:34 +0100 |
commit | 776c846f76d36a786cd668c6ecd1f249a13767f9 (patch) | |
tree | 6a68a8cbcce0a26b655cd16abde4138f791c1331 /jjb | |
parent | 8a238bb8fd217c18c16efbb896a4eef7245df546 (diff) |
Setup linters for integration/terragrunt project
Change-Id: I837379b866c812b9da2ce3197bc05839cb474a9e
Issue-ID: INT-1778
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/integration/integration-terragrunt.yaml | 32 |
1 files changed, 32 insertions, 0 deletions
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' |