blob: da5f48f0769fd435e97e24fff08d51ba1d0b26c1 [file] [log] [blame]
Tommy Carpentera72e2352020-02-24 14:38:36 -05001---
2- project:
3 name: ric-plt-xapp-frame-py-project-view
4 project-name: ric-plt-xapp-frame-py
5 views:
6 - project-view
7
8- project:
9 name: ric-plt-xapp-frame-py-info
10 project: ric-plt/xapp-frame-py
11 project-name: ric-plt-xapp-frame-py
12 build-node: centos7-builder-1c-1g
13 jobs:
14 - gerrit-info-yaml-verify
15
16- py_common: &py_common
17 name: xapp-frame-py-common
18 # git repo
19 project: ric-plt/xapp-frame-py
20 # jenkins job name prefix
21 project-name: ric-plt-xapp-frame-py
Aric Gardner514675e2020-03-03 16:37:59 -050022 # maven settings file has credentials
23 mvn-settings: ric-plt-xapp-frame-py-settings
Tommy Carpenterc4daff42020-02-28 10:59:38 -050024 # dont run docs on verify
25 tox-envs: code,flake8
26 build-node: ubuntu1804-builder-2c-2g
27 pre-build-script: !include-raw-escape:
28 - ../shell/install-deb-nng-rmr.sh
Tommy Carpentera72e2352020-02-24 14:38:36 -050029
Tommy Carpentera72e2352020-02-24 14:38:36 -050030- project:
31 name: ric-plt-xapp-frame-py-pypi
32 <<: *py_common
33 jobs:
Lott, Christopher (cl778h)758eadc2020-04-01 08:40:48 -040034 - gerrit-pypi-verify
35 - gerrit-pypi-stage
Tommy Carpentera72e2352020-02-24 14:38:36 -050036 stream:
37 - master:
38 branch: master
39
Tommy Carpentera72e2352020-02-24 14:38:36 -050040- project:
41 name: ric-plt-xapp-frame-py-release
42 <<: *py_common
Tommy Carpenterc4daff42020-02-28 10:59:38 -050043 # release requires sigul which requires centos
Tommy Carpentera72e2352020-02-24 14:38:36 -050044 build-node: centos7-builder-1c-1g
45 jobs:
46 - '{project-name}-gerrit-pypi-release-jobs'
47
Tommy Carpentera72e2352020-02-24 14:38:36 -050048- project:
Lott, Christopher (cl778h)b2955ab2020-03-05 05:59:00 -050049 name: ric-plt-xapp-frame-py-sonarqube
Tommy Carpentera72e2352020-02-24 14:38:36 -050050 <<: *py_common
Lott, Christopher (cl778h)b2955ab2020-03-05 05:59:00 -050051 sonar-project-file: ""
52 sonar-properties: |
53 sonar.login={sonarcloud_api_token}
54 sonar.projectKey={sonarcloud_project_organization}_{project-name}
55 sonar.projectName={project-name}
56 sonar.organization={sonarcloud_project_organization}
57 sonar.build.sourceEncoding=UTF-8
58 sonar.sources=ricxappframe
59 sonar.exclusions=setup.py,tests/*.py
60 sonar.python.coverage.reportPaths=coverage.xml
Tommy Carpentera72e2352020-02-24 14:38:36 -050061 jobs:
Lott, Christopher (cl778h)b2955ab2020-03-05 05:59:00 -050062 - gerrit-tox-sonarqube