X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fnonrtric%2Fnonrtric.yaml;h=987335d92a3e2fd3a9268fe06c6b3f7a0922f972;hb=c9942196e4fc6e0cd61bf09bf0b4e34317565c4e;hp=165739aad24080f56074ed8705ff3322c17c6ae6;hpb=bb86c1200acb67f7407f1cfdf39cfda231caee23;p=ci-management.git diff --git a/jjb/nonrtric/nonrtric.yaml b/jjb/nonrtric/nonrtric.yaml index 165739aa..987335d9 100644 --- a/jjb/nonrtric/nonrtric.yaml +++ b/jjb/nonrtric/nonrtric.yaml @@ -28,13 +28,14 @@ <<: *nonrtric_jdk_common mvn-params: -Dbuild.number=${{BUILD_NUMBER}} jobs: - - gerrit-maven-docker-verify: - mvn-opts: -Dexec.skip=false + - gerrit-maven-docker-verify - gerrit-maven-docker-merge - gerrit-maven-docker-stage stream: - master: branch: master + - cherry: + branch: cherry # nonrtric:policy-agent # Maven artifacts for nonrtric-policy-agent @@ -42,7 +43,7 @@ <<: *nonrtric_jdk_common name: nonrtric-policy-agent project-name: '{name}' - mvn-opts: '-Ddocker.skip=true -Dexec.skip=true' + mvn-opts: '-Ddocker.skip=true' mvn-params: '-f policy-agent' gerrit_trigger_file_paths: - compare-type: REG_EXP @@ -56,6 +57,8 @@ stream: - master: branch: master + - cherry: + branch: cherry # nonrtric:sdnc-a1-controller # Maven artifacts for nonrtric-sdnc-a1-controller @@ -63,7 +66,7 @@ <<: *nonrtric_jdk_common name: nonrtric-sdnc-a1-controller project-name: '{name}' - mvn-opts: '-Ddocker.skip=true -Dexec.skip=true' + mvn-opts: '-Ddocker.skip=true' mvn-params: '-f sdnc-a1-controller/northbound' gerrit_trigger_file_paths: - compare-type: REG_EXP @@ -77,11 +80,82 @@ stream: - master: branch: master + - cherry: + branch: cherry + +# nonrtric:enrichment-coordinator-service +# Maven artifacts for nonrtric-enrichment-coordinator-service +- project: + <<: *nonrtric_jdk_common + name: nonrtric-enrichment-coordinator-service + project-name: '{name}' + mvn-opts: '-Ddocker.skip=true' + mvn-params: '-f enrichment-coordinator-service' + gerrit_trigger_file_paths: + - compare-type: REG_EXP + pattern: 'enrichment-coordinator-service/.*' + build-node: ubuntu1804-builder-4c-4g + jobs: + - gerrit-maven-verify + - gerrit-maven-merge + - gerrit-maven-stage + - gerrit-maven-clm + stream: + - master: + branch: master + - cherry: + branch: cherry + +# nonrtric:r-app-catalogue +# Maven artifacts for r-app-catalogue +- project: + <<: *nonrtric_jdk_common + name: nonrtric-r-app-catalogue + project-name: '{name}' + mvn-opts: '-Ddocker.skip=true' + mvn-params: '-f r-app-catalogue' + gerrit_trigger_file_paths: + - compare-type: REG_EXP + pattern: 'r-app-catalogue/.*' + build-node: ubuntu1804-builder-4c-4g + jobs: + - gerrit-maven-verify + - gerrit-maven-merge + - gerrit-maven-stage + - gerrit-maven-clm + stream: + - master: + branch: master + - cherry: + branch: cherry + +- project: + <<: *nonrtric_jdk_common + name: nonrtric-o-ru-closed-loop-recovery + project-name: '{name}' + # image name + docker-name: 'o-ran-sc/nonrtric-o-ru-closed-loop-recovery' + # get tag from YAML + container-tag-method: yaml-file + # use host network to clone from our gerrit + docker-build-args: '--network=host' + # Directory with Dockerfile + docker-root: 'test/usecases/oruclosedlooprecovery/scriptversion/app' + # Limit build trigger to appropriate files + gerrit_trigger_file_paths: + - compare-type: REG_EXP + pattern: 'test/usecases/oruclosedlooprecovery/scriptversion/app/.*' + build-node: ubuntu1804-docker-4c-4g + # Includes verify and merge jobs + jobs: + - "{project-name}-gerrit-docker-jobs" + stream: + - master: + branch: master - project: <<: *nonrtric_jdk_common name: nonrtric-release - branch: master # maven release requires sigul which requires centos # container release requires docker build-node: centos7-docker-2c-8g @@ -92,7 +166,7 @@ <<: *nonrtric_jdk_common name: nonrtric-sonar # template goal install builds docker image unnecessarily - mvn-params: '-Ddocker.skip=true -Dexec.skip=true' + mvn-params: '-Ddocker.skip=true' sonarcloud: true sonarcloud-api-token: '{sonarcloud_api_token}' sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'