From: Bartek Grzybowski Date: Thu, 30 Jul 2020 10:42:29 +0000 (+0200) Subject: Add Python linter job for offline-installer repo X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=ee36c1b24888660c8a9bb0950be25052607b5a9f;p=ci-management.git Add Python linter job for offline-installer repo Change-Id: Ie46299fea97671d2749eefe08f0ad8a0331fa49d Issue-ID: INT-1669 Signed-off-by: Bartek Grzybowski --- diff --git a/jjb/oom/offline-installer.yaml b/jjb/oom/offline-installer.yaml index 5e96e1856..fc89d0226 100644 --- a/jjb/oom/offline-installer.yaml +++ b/jjb/oom/offline-installer.yaml @@ -23,3 +23,19 @@ build-node: centos7-builder-2c-1g project: oom/offline-installer branch: master + +- project: + name: offline-installer-linters + project: oom/offline-installer + project-name: offline-installer + python-version: python3 + jobs: + - integration-linters + subproject: + - 'py': + tox-dir: '.' + tox-envs: 'py' + pattern: '**/*.py' + stream: + - 'master': + branch: 'master'