[INTEGRATION][ONAP Python SDK] Use integration linters in jobs description
[ci-management.git] / jjb / integration / integration-python-onapsdk.yaml
index 12b4c39..a34dc68 100644 (file)
@@ -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'
           tox-dir: '.'
           tox-envs: 'py310'
           pattern: '**/*.py'
+      - 'python3.11':
+          tox-dir: '.'
+          tox-envs: 'py311'
+          pattern: '**/*.py'
       - 'pylint':
           tox-dir: '.'
           tox-envs: 'pylint'
           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