From ee36c1b24888660c8a9bb0950be25052607b5a9f Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Thu, 30 Jul 2020 12:42:29 +0200 Subject: Add Python linter job for offline-installer repo Change-Id: Ie46299fea97671d2749eefe08f0ad8a0331fa49d Issue-ID: INT-1669 Signed-off-by: Bartek Grzybowski --- jjb/oom/offline-installer.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'jjb/oom/offline-installer.yaml') 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' -- cgit 1.2.3-korg