Add Python linter job for offline-installer repo 31/110731/1
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>
Thu, 30 Jul 2020 10:42:29 +0000 (12:42 +0200)
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>
Thu, 30 Jul 2020 10:42:29 +0000 (12:42 +0200)
Change-Id: Ie46299fea97671d2749eefe08f0ad8a0331fa49d
Issue-ID: INT-1669
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
jjb/oom/offline-installer.yaml

index 5e96e18..fc89d02 100644 (file)
     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'