Tommy Carpenter | a72e235 | 2020-02-24 14:38:36 -0500 | [diff] [blame] | 1 | --- |
| 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 Gardner | 514675e | 2020-03-03 16:37:59 -0500 | [diff] [blame] | 22 | # maven settings file has credentials |
| 23 | mvn-settings: ric-plt-xapp-frame-py-settings |
Tommy Carpenter | c4daff4 | 2020-02-28 10:59:38 -0500 | [diff] [blame] | 24 | # dont run docs on verify |
| 25 | tox-envs: code,flake8 |
| 26 | build-node: ubuntu1804-builder-2c-2g |
| 27 | pre-build-script: !include-raw-escape: |
Lott, Christopher (cl778h) | 18c7159 | 2020-04-27 17:46:12 -0400 | [diff] [blame] | 28 | - ../shell/install-deb-rmr.sh |
Tommy Carpenter | a72e235 | 2020-02-24 14:38:36 -0500 | [diff] [blame] | 29 | |
Tommy Carpenter | a72e235 | 2020-02-24 14:38:36 -0500 | [diff] [blame] | 30 | - project: |
| 31 | name: ric-plt-xapp-frame-py-pypi |
| 32 | <<: *py_common |
Lott, Christopher (cl778h) | f2e9d9a | 2020-05-29 11:44:42 -0400 | [diff] [blame^] | 33 | # do not trigger on changes in docs, releases |
| 34 | gerrit_trigger_file_paths: |
| 35 | - compare-type: REG_EXP |
| 36 | pattern: '^((?!docs\/|releases\/|\/COMMIT_MSG).)*$' |
Tommy Carpenter | a72e235 | 2020-02-24 14:38:36 -0500 | [diff] [blame] | 37 | jobs: |
Lott, Christopher (cl778h) | 758eadc | 2020-04-01 08:40:48 -0400 | [diff] [blame] | 38 | - gerrit-pypi-verify |
| 39 | - gerrit-pypi-stage |
Tommy Carpenter | a72e235 | 2020-02-24 14:38:36 -0500 | [diff] [blame] | 40 | stream: |
| 41 | - master: |
| 42 | branch: master |
| 43 | |
Tommy Carpenter | a72e235 | 2020-02-24 14:38:36 -0500 | [diff] [blame] | 44 | - project: |
| 45 | name: ric-plt-xapp-frame-py-release |
| 46 | <<: *py_common |
Tommy Carpenter | c4daff4 | 2020-02-28 10:59:38 -0500 | [diff] [blame] | 47 | # release requires sigul which requires centos |
Tommy Carpenter | a72e235 | 2020-02-24 14:38:36 -0500 | [diff] [blame] | 48 | build-node: centos7-builder-1c-1g |
| 49 | jobs: |
| 50 | - '{project-name}-gerrit-pypi-release-jobs' |
| 51 | |
Tommy Carpenter | a72e235 | 2020-02-24 14:38:36 -0500 | [diff] [blame] | 52 | - project: |
Lott, Christopher (cl778h) | b2955ab | 2020-03-05 05:59:00 -0500 | [diff] [blame] | 53 | name: ric-plt-xapp-frame-py-sonarqube |
Tommy Carpenter | a72e235 | 2020-02-24 14:38:36 -0500 | [diff] [blame] | 54 | <<: *py_common |
Lott, Christopher (cl778h) | b2955ab | 2020-03-05 05:59:00 -0500 | [diff] [blame] | 55 | sonar-project-file: "" |
| 56 | sonar-properties: | |
| 57 | sonar.login={sonarcloud_api_token} |
| 58 | sonar.projectKey={sonarcloud_project_organization}_{project-name} |
| 59 | sonar.projectName={project-name} |
| 60 | sonar.organization={sonarcloud_project_organization} |
| 61 | sonar.build.sourceEncoding=UTF-8 |
| 62 | sonar.sources=ricxappframe |
| 63 | sonar.exclusions=setup.py,tests/*.py |
| 64 | sonar.python.coverage.reportPaths=coverage.xml |
Tommy Carpenter | a72e235 | 2020-02-24 14:38:36 -0500 | [diff] [blame] | 65 | jobs: |
Lott, Christopher (cl778h) | b2955ab | 2020-03-05 05:59:00 -0500 | [diff] [blame] | 66 | - gerrit-tox-sonarqube |
Lott, Christopher (cl778h) | 7890996 | 2020-04-22 07:59:15 -0400 | [diff] [blame] | 67 | |
| 68 | - project: |
| 69 | <<: *py_common |
| 70 | name: ric-plt-xapp-frame-py-nexus-iq |
| 71 | build-node: centos7-builder-1c-1g |
| 72 | nexus-iq-namespace: oran- |
| 73 | jobs: |
| 74 | - gerrit-tox-nexus-iq-clm |