X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fric-plt-e2mgr%2Fric-plt-e2mgr.yaml;h=666ed3f36b894e6894fa435c14339d8cc63b1b8a;hb=b0cf01badcd2717524aa17d1011a19b40036c503;hp=9889b3c7830365bb5a4372f56daa3da1aec1ea55;hpb=3f5f89b3b9f227a82db37e770e051350dde7bb68;p=ci-management.git diff --git a/jjb/ric-plt-e2mgr/ric-plt-e2mgr.yaml b/jjb/ric-plt-e2mgr/ric-plt-e2mgr.yaml index 9889b3c7..666ed3f3 100644 --- a/jjb/ric-plt-e2mgr/ric-plt-e2mgr.yaml +++ b/jjb/ric-plt-e2mgr/ric-plt-e2mgr.yaml @@ -13,7 +13,7 @@ jobs: - gerrit-info-yaml-verify -- e2mgr_docker_common: &e2mgr_docker_common +- _e2mgr_docker_common: &e2mgr_docker_common # values apply to all E2MGR docker projects name: e2mgr-docker-common # git repo @@ -27,7 +27,7 @@ <<: *e2mgr_docker_common name: ric-plt-e2mgr # image name - docker-name: '{name}' + docker-name: 'o-ran-sc/{name}' # Dockerfile is in a subdir docker-root: E2Manager # source of docker tag @@ -39,3 +39,46 @@ stream: - master: branch: master + +- project: + <<: *e2mgr_docker_common + name: ric-plt-e2mgr-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: + name: ric-plt-e2mgr-sonar + project: ric-plt/e2mgr + project-name: ric-plt-e2mgr + # prescan script requires ubuntu + # golang is only on docker-enabled nodes + build-node: ubuntu1804-docker-4c-4g + java-version: openjdk11 + sonar-prescan-script: !include-raw-escape: prescan-e2mgr-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=E2Manager + # Unit tests + sonar.go.coverage.reportPaths=E2Manager/coverage.txt + # Inclusions + sonar.inclusions=**/**.go + # Exclusions + sonar.exclusions=**/mocks/**.go,**/tests/**.go + # Test inclusions + sonar.test.inclusions=**/*_test.go + jobs: + - gerrit-sonar-prescan-script