From 6b9d1dc0c0fd3014c46b2bffcec214b8ec8a7935 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Tue, 9 Feb 2021 15:03:45 +0100 Subject: [PATCH] Setup linters for integration/ieft-actn-tools project Change-Id: I71d244bd5a98423565bbf6619e7b416db9627116 Issue-ID: CIMAN-33 Signed-off-by: Bartek Grzybowski --- jjb/integration/integration-ieft-actn-tools.yaml | 32 ++++++++++++++++++++++++ 1 file changed, 32 insertions(+) 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' -- 2.16.6