X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=ci-management.git;a=blobdiff_plain;f=jjb%2Fric-plt-e2mgr%2Fric-plt-e2mgr.yaml;h=52012aecddd1715abbecb28f133c01b7595c902f;hp=b78eb71345c2234f3a9f305b23318e4148a22daa;hb=refs%2Fheads%2Fmaster;hpb=351f656eef23dea45e5e688e3dbd50e9242f8147 diff --git a/jjb/ric-plt-e2mgr/ric-plt-e2mgr.yaml b/jjb/ric-plt-e2mgr/ric-plt-e2mgr.yaml index b78eb713..52012aec 100644 --- a/jjb/ric-plt-e2mgr/ric-plt-e2mgr.yaml +++ b/jjb/ric-plt-e2mgr/ric-plt-e2mgr.yaml @@ -5,46 +5,72 @@ views: - project-view -- e2mgr_docker_common: &e2mgr_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. +- _e2mgr_docker_common: + &e2mgr_docker_common # values apply to all E2MGR docker projects name: e2mgr-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 - container-tag-method: yaml-file - stream: - - master: - branch: master - -- project: - name: ric-plt-e2mgr # git repo project: ric-plt/e2mgr # jenkins job name prefix - project-name: '{name}' - # image name - docker-name: '{name}' + project-name: ric-plt-e2mgr # maven settings file has docker credentials mvn-settings: ric-plt-e2mgr-settings + +- project: + <<: *e2mgr_docker_common + name: ric-plt-e2mgr + # image name + docker-name: "o-ran-sc/{name}" # Dockerfile is in a subdir docker-root: E2Manager + # 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' + - "{project-name}-gerrit-docker-jobs" + 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-info + name: ric-plt-e2mgr-sonar project: ric-plt/e2mgr project-name: ric-plt-e2mgr - build-node: centos7-builder-1c-1g - + # 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-info-yaml-verify + - gerrit-sonar-prescan-script