X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fric-plt-rtmgr%2Fric-plt-rtmgr.yaml;h=805c8e1fd9d48b467db5cda3d24d8bc4017d8f27;hb=4ef353f35e9d7fb1d09d449fa47f38f8a1451799;hp=f47de587ef5c2f44c1bff4d0516c144963876f9e;hpb=a105a19e1ca8775683da2c9a5b79298b554c51c2;p=ci-management.git diff --git a/jjb/ric-plt-rtmgr/ric-plt-rtmgr.yaml b/jjb/ric-plt-rtmgr/ric-plt-rtmgr.yaml index f47de587..805c8e1f 100644 --- a/jjb/ric-plt-rtmgr/ric-plt-rtmgr.yaml +++ b/jjb/ric-plt-rtmgr/ric-plt-rtmgr.yaml @@ -5,44 +5,66 @@ views: - project-view -- rtmgr_docker_common: &rtmgr_docker_common - # values apply to all RIC docker-build projects. - # factored out in case this needs multiple projects. - # use a specific name to prevent reuse attempts - # bcos anchors don't cross document boundaries. +- _rtmgr_docker_common: + &rtmgr_docker_common # values apply to all rtmgr docker projects name: rtmgr-docker-common - build-node: ubuntu1804-docker-4c-4g - # pull from the public mirror + releases registry - container-public-registry: nexus3.o-ran-sc.org:10001 - # push to the staging repo bcos all builds are RCs - container-push-registry: nexus3.o-ran-sc.org:10004 - # use host network to clone from our gerrit - docker-build-args: '--network=host' - # source of docker tag - docker-use-params-from: yaml-file-params - stream: - - master: - branch: master - -- project: - name: ric-plt-rtmgr # git repo project: ric-plt/rtmgr # jenkins job name prefix - project-name: '{name}' - # image name - docker-name: '{name}' + project-name: ric-plt-rtmgr # maven settings file has docker credentials mvn-settings: ric-plt-rtmgr-settings - jobs: - - '{project-name}-gerrit-docker-jobs' + +- project: <<: *rtmgr_docker_common + name: ric-plt-rtmgr + # image name + docker-name: "o-ran-sc/{name}" + # source of docker tag + container-tag-method: yaml-file + # use host network to clone from our gerrit + docker-build-args: "--network=host" + jobs: + - "{project-name}-gerrit-docker-jobs" + stream: + - master: + branch: master - project: - name: ric-plt-rtmgr-info - project: ric-plt/rtmgr - project-name: ric-plt-rtmgr - build-node: centos7-builder-1c-1g + <<: *rtmgr_docker_common + name: ric-plt-rtmgr-release + # maven release requires sigul which requires centos + # container release requires docker + build-node: centos7-docker-2c-8g + jobs: + - "{project-name}-gerrit-release-jobs" +- project: + <<: *rtmgr_docker_common + name: ric-plt-rtmgr-sonar + # prescan script requires ubuntu + # golang is only on docker-enabled nodes + build-node: ubuntu1804-docker-4c-4g + sonar-prescan-script: !include-raw-escape: prescan-rtmgr-ubuntu.sh + sonar-project-file: "" + # use sonarcloud values from defaults.yaml + sonar-properties: | + # Required metadata + sonar.login={sonarcloud_api_token} + sonar.projectKey={sonarcloud_project_organization}_{project-name} + sonar.projectName={project-name} + sonar.organization={sonarcloud_project_organization} + # Encoding + sonar.build.sourceEncoding=UTF-8 + # Language + sonar.language=go + # Source + sonar.sources=. + # Unit tests + sonar.go.coverage.reportPaths=./coverage.txt + # Inclusions + sonar.inclusions=pkg/**/**.go + # Exclusions + sonar.exclusions=cmd/**.go,pkg/stub/**.go,pkg/**/**_test.go jobs: - - gerrit-info-yaml-verify + - gerrit-sonar-prescan-script