X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fric-plt-rtmgr%2Fric-plt-rtmgr.yaml;h=d9589972aba5255ad1f24c7bdb3ed62e29fd867d;hb=fb2eaa009e084477697978025c50cf912946ea9d;hp=315979cb4f4a317429bffb8b0063254da4c53d84;hpb=3f5f89b3b9f227a82db37e770e051350dde7bb68;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 315979cb..d9589972 100644 --- a/jjb/ric-plt-rtmgr/ric-plt-rtmgr.yaml +++ b/jjb/ric-plt-rtmgr/ric-plt-rtmgr.yaml @@ -27,7 +27,7 @@ <<: *rtmgr_docker_common name: ric-plt-rtmgr # image name - docker-name: '{name}' + docker-name: 'o-ran-sc/{name}' # source of docker tag container-tag-method: yaml-file # use host network to clone from our gerrit @@ -37,3 +37,43 @@ stream: - master: branch: master + +- project: + <<: *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-sonar-prescan-script +