| --- |
| - project: |
| name: ric-plt-xapp-frame-py-project-view |
| project-name: ric-plt-xapp-frame-py |
| views: |
| - project-view |
| |
| - _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-rmr.sh |
| - ../shell/install-deb-e2ap.sh |
| |
| - project: |
| name: ric-plt-xapp-frame-py-pypi |
| <<: *py_common |
| # do not trigger on changes in docs, releases |
| gerrit_trigger_file_paths: |
| - compare-type: REG_EXP |
| pattern: '^((?!docs\/|releases\/|\/COMMIT_MSG).)*$' |
| jobs: |
| - gerrit-pypi-verify |
| - gerrit-pypi-stage |
| stream: |
| - master: |
| branch: master |
| |
| - 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" |
| |
| - project: |
| <<: *py_common |
| name: ric-plt-xapp-frame-py-nexus-iq |
| build-node: centos7-builder-1c-1g |
| nexus-iq-namespace: oran- |
| jobs: |
| - gerrit-tox-nexus-iq-clm |