X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fnonrtric%2Fnonrtric.yaml;h=e90741b9bce9f45962d70ea4af0cd1e33f7d07b3;hb=906fac627884648153d2af27bfa16cd5001dd1f7;hp=55c2ab68ad2dc05f419fd1645ee75337b6107371;hpb=17a93e8af9837b25f7ac7436bf0baf50e37cf118;p=ci-management.git diff --git a/jjb/nonrtric/nonrtric.yaml b/jjb/nonrtric/nonrtric.yaml index 55c2ab68..e90741b9 100644 --- a/jjb/nonrtric/nonrtric.yaml +++ b/jjb/nonrtric/nonrtric.yaml @@ -114,29 +114,6 @@ - e-release: branch: e-release -# nonrtric:information-coordinator-service -# Maven artifacts for nonrtric-information-coordinator-service -- project: - <<: *nonrtric_jdk_common - name: nonrtric-information-coordinator-service - project-name: '{name}' - mvn-opts: '-Ddocker.skip=true' - mvn-params: '-f information-coordinator-service' - gerrit_trigger_file_paths: - - compare-type: REG_EXP - pattern: 'information-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 - - e-release: - branch: e-release - # nonrtric:enrichment-coordinator-service # Maven artifacts for nonrtric-enrichment-coordinator-service - project: @@ -160,6 +137,50 @@ - dawn: branch: dawn +- project: + <<: *nonrtric_jdk_common + name: nonrtric-auth-token-fetch + project-name: '{name}' + # image name + docker-name: 'o-ran-sc/nonrtric-auth-token-fetch' + # 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: 'auth-token-fetch' + # use host network to clone from our gerrit + docker-build-args: '--network=host' + # Directory where go test should be run + go-root: 'auth-token-fetch' + # Limit build trigger to appropriate files + gerrit_trigger_file_paths: + - compare-type: REG_EXP + pattern: 'auth-token-fetch/.*' + build-node: ubuntu1804-docker-4c-4g + # Includes verify and merge jobs + jobs: + - "{project-name}-gerrit-docker-jobs" + - gerrit-go-verify + stream: + - master: + branch: master + +- project: + <<: *nonrtric_jdk_common + name: nonrtric-auth-token-fetch-sonar + project-name: nonrtric-auth-token-fetch + # prescan script requires ubuntu + # golang is only on docker-enabled nodes + build-node: ubuntu1804-docker-4c-4g + sonar-prescan-script: !include-raw-escape: prescan-nonrtric-auth-token-fetch-ubuntu.sh + sonar-project-file: "" + java-version: openjdk11 + # use sonarcloud values from defaults.yaml + sonar-properties: !include-raw: sonar-project.properties + jobs: + - gerrit-sonar-prescan-script + - project: <<: *nonrtric_jdk_common name: nonrtric-release