blob: e48fbf1135b0673321d318036302fff9c6e95ba8 [file] [log] [blame]
---
- project:
name: ric-plt-xapp-frame-py-project-view
project-name: ric-plt-xapp-frame-py
views:
- project-view
- project:
name: ric-plt-xapp-frame-py-info
project: ric-plt/xapp-frame-py
project-name: ric-plt-xapp-frame-py
build-node: centos7-builder-1c-1g
jobs:
- gerrit-info-yaml-verify
- py_common: &py_common
name: xapp-frame-py-common
# git repo
project: ric-plt/xapp-frame-py
# jenkins job name prefix
project-name: ric-plt-xapp-frame-py
# maven settings file has credentials
mvn-settings: ric-plt-xapp-frame-py-settings
# dont run docs on verify
tox-envs: code,flake8
build-node: ubuntu1804-builder-2c-2g
pre-build-script: !include-raw-escape:
- ../shell/install-deb-nng-rmr.sh
# verify distribution and publish to test.pypi.org
- project:
name: ric-plt-xapp-frame-py-pypi
<<: *py_common
jobs:
- '{project-name}-gerrit-pypi-jobs'
stream:
- master:
branch: master
# promote distribution from test.pypi.org to pypi.org
- project:
name: ric-plt-xapp-frame-py-release
<<: *py_common
# release requires sigul which requires centos
build-node: centos7-builder-1c-1g
jobs:
- '{project-name}-gerrit-pypi-release-jobs'
# analyze unit test coverage
- project:
name: ric-plt-xapp-frame-py-sonar
<<: *py_common
sonarcloud: true
sonarcloud-api-token: '{sonarcloud_api_token}'
sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
sonarcloud-project-organization: '{sonarcloud_project_organization}'
jobs:
- gerrit-tox-sonar