| --- |
| - project: |
| name: integration-python-onapsdk-project |
| project: integration/python-onapsdk |
| project-name: integration-python-onapsdk |
| python-version: python3 |
| jobs: |
| - '{project-name}-{subproject}-python-staging-{stream}' |
| - '{project-name}-{subproject}-python-release-{stream}' |
| stream: |
| - 'master': |
| branch: 'master' |
| subproject: |
| - 'python3.7': |
| tox-dir: '.' |
| tox-envs: 'py37' |
| pattern: '**/*.py' |
| - 'python3.8': |
| tox-dir: '.' |
| tox-envs: 'py38' |
| pattern: '**/*.py' |
| - 'python3.9': |
| tox-dir: '.' |
| tox-envs: 'py39' |
| pattern: '**/*.py' |
| - 'python3.10': |
| tox-dir: '.' |
| tox-envs: 'py310' |
| pattern: '**/*.py' |
| - 'pylint': |
| tox-dir: '.' |
| tox-envs: 'pylint' |
| pattern: '**/*.py' |
| - 'pydocstyle': |
| tox-dir: '.' |
| tox-envs: 'pydocstyle' |
| pattern: '**/*.py' |
| stream: |
| - 'master': |
| branch: 'master' |
| |
| - project: |
| name: integration-python-onapsdk-project-view |
| project-name: integration-python-onapsdk |
| views: |
| - project-view |
| |
| - project: |
| name: integration-python-onapsdk-info |
| project: integration/python-onapsdk |
| project-name: integration-python-onapsdk |
| build-node: centos8-builder-2c-1g |
| jobs: |
| - gerrit-info-yaml-verify |