summaryrefslogtreecommitdiffstats
path: root/jjb/integration
diff options
context:
space:
mode:
authorMichal Jagiello <michal.jagiello@t-mobile.pl>2023-01-16 11:45:59 +0000
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2023-01-16 11:45:59 +0000
commitf9366c7e04feb78403b515aa610d28301f194276 (patch)
treef468f4b72b6c21952a40a6002824321ac930ff1b /jjb/integration
parentcfd7cd5aed18311a7030da2b4760e472c13032df (diff)
[INTEGRATION][ONAP Python SDK] Use integration linters in jobs description
To run tox tests on each patch submit use integration-linters jobs Issue-ID: INT-2193 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I38291912ce40b6132940342acdee823fe9fdb50b
Diffstat (limited to 'jjb/integration')
-rw-r--r--jjb/integration/integration-python-onapsdk.yaml14
1 files changed, 9 insertions, 5 deletions
diff --git a/jjb/integration/integration-python-onapsdk.yaml b/jjb/integration/integration-python-onapsdk.yaml
index 12b4c39e0..a34dc6882 100644
--- a/jjb/integration/integration-python-onapsdk.yaml
+++ b/jjb/integration/integration-python-onapsdk.yaml
@@ -5,8 +5,7 @@
project-name: integration-python-onapsdk
python-version: python3
jobs:
- - '{project-name}-{subproject}-python-staging-{stream}'
- - '{project-name}-{subproject}-python-release-{stream}'
+ - integration-linters
stream:
- 'master':
branch: 'master'
@@ -27,6 +26,10 @@
tox-dir: '.'
tox-envs: 'py310'
pattern: '**/*.py'
+ - 'python3.11':
+ tox-dir: '.'
+ tox-envs: 'py311'
+ pattern: '**/*.py'
- 'pylint':
tox-dir: '.'
tox-envs: 'pylint'
@@ -35,9 +38,10 @@
tox-dir: '.'
tox-envs: 'pydocstyle'
pattern: '**/*.py'
- stream:
- - 'master':
- branch: 'master'
+ - 'bandit':
+ tox-dir: '.'
+ tox-envs: 'bandit'
+ pattern: '**/*.py'
- project:
name: integration-python-onapsdk-project-view