| --- |
| - project: |
| name: ric-plt-a1-project-view |
| project-name: ric-plt-a1 |
| views: |
| - project-view |
| |
| - project: |
| name: ric-plt-a1-info |
| project: ric-plt/a1 |
| project-name: ric-plt-a1 |
| build-node: centos7-builder-1c-1g |
| jobs: |
| - gerrit-info-yaml-verify |
| |
| - a1_common: &a1_common |
| # values apply to all A1 projects |
| name: a1-common |
| # git repo |
| project: ric-plt/a1 |
| # jenkins job name prefix |
| project-name: ric-plt-a1 |
| # maven settings file has docker credentials |
| mvn-settings: ric-plt-a1-settings |
| |
| - project: |
| <<: *a1_common |
| name: ric-plt-a1-docker |
| # image name |
| docker-name: 'o-ran-sc/ric-plt-a1' |
| # source of docker tag |
| container-tag-method: yaml-file |
| # use host network |
| docker-build-args: '--network=host' |
| build-node: ubuntu1804-docker-4c-4g |
| # do not trigger on changes in docs, releases |
| gerrit_trigger_file_paths: |
| - compare-type: REG_EXP |
| pattern: '^((?!docs\/|releases\/|\/COMMIT_MSG).)*$' |
| stream: |
| - master: |
| branch: master |
| jobs: |
| - '{project-name}-gerrit-docker-jobs' |
| |
| - project: |
| <<: *a1_common |
| name: ric-plt-a1-verify |
| # the install script assumes an ubuntu image |
| build-node: ubuntu1804-builder-2c-2g |
| pre-build-script: !include-raw-escape: |
| - ../shell/install-deb-rmr.sh |
| python-version: python3 |
| # skip docs on verify |
| tox-envs: code,flake8 |
| # do not trigger on changes in docs, releases |
| gerrit_trigger_file_paths: |
| - compare-type: REG_EXP |
| pattern: '^((?!docs\/|releases\/|\/COMMIT_MSG).)*$' |
| stream: |
| # run verify on all branches |
| # the ANT pattern is **/{branch}, we are exploiting that. |
| - all: |
| branch: '*' |
| jobs: |
| - gerrit-tox-verify |
| |
| - project: |
| <<: *a1_common |
| name: ric-plt-a1-nexus-iq |
| build-node: centos7-builder-1c-1g |
| nexus-iq-namespace: oran- |
| jobs: |
| - gerrit-tox-nexus-iq-clm |
| |
| - project: |
| <<: *a1_common |
| name: ric-plt-a1-sonarqube |
| python-version: python3 |
| # the install script assumes an ubuntu image |
| build-node: ubuntu1804-builder-2c-2g |
| pre-build-script: !include-raw-escape: |
| - ../shell/install-deb-rmr.sh |
| sonar-project-file: "" |
| sonar-properties: | |
| sonar.login={sonarcloud_api_token} |
| sonar.projectKey={sonarcloud_project_organization}_{project-name} |
| sonar.projectName={project-name} |
| sonar.organization={sonarcloud_project_organization} |
| sonar.build.sourceEncoding=UTF-8 |
| sonar.sources=a1 |
| sonar.python.coverage.reportPaths=coverage.xml |
| jobs: |
| - gerrit-tox-sonarqube |
| |
| - project: |
| <<: *a1_common |
| name: ric-plt-a1-release |
| # maven release requires sigul which requires centos |
| # container release requires docker |
| build-node: centos7-docker-2c-8g |
| jobs: |
| - '{project-name}-gerrit-release-jobs' |