X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fnonrtric-rapp-ransliceassurance%2Fnonrtric-rapp-ransliceassurance.yaml;h=bb4f0f2e25ab66bd8cc829d25ddf56b4f4e4001a;hb=27b624569849dfb6c792c68604919db5abc7ecf5;hp=e49cf8cbc6fb37afcccf01f321bc33f22768d585;hpb=8def6014920ea57f1ea59d3fcf82de605bfa0f49;p=ci-management.git diff --git a/jjb/nonrtric-rapp-ransliceassurance/nonrtric-rapp-ransliceassurance.yaml b/jjb/nonrtric-rapp-ransliceassurance/nonrtric-rapp-ransliceassurance.yaml index e49cf8cb..bb4f0f2e 100644 --- a/jjb/nonrtric-rapp-ransliceassurance/nonrtric-rapp-ransliceassurance.yaml +++ b/jjb/nonrtric-rapp-ransliceassurance/nonrtric-rapp-ransliceassurance.yaml @@ -5,15 +5,7 @@ views: - project-view -- project: - name: nonrtric-rapp-ransliceassurance-info - project: nonrtric/rapp/ransliceassurance - project-name: nonrtric-rapp-ransliceassurance - build-node: centos7-builder-1c-1g - jobs: - - gerrit-info-yaml-verify - -- ransliceassurance_common: &ransliceassurance_common +- _ransliceassurance_common: &ransliceassurance_common name: ransliceassurance-common # git repo project: nonrtric/rapp/ransliceassurance @@ -29,22 +21,49 @@ # container release requires docker build-node: centos7-docker-2c-8g jobs: - - '{project-name}-gerrit-release-jobs' + - "{project-name}-gerrit-release-jobs" - project: <<: *ransliceassurance_common name: nonrtric-rapp-ransliceassurance - project-name: '{name}' + project-name: "{name}" + # image name + docker-name: "o-ran-sc/nonrtric-rapp-ransliceassurance" + # 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: "smoversion" + # Directory where go test should be run + go-root: "smoversion" + build-node: ubuntu1804-docker-4c-4g + # Includes verify and merge jobs + jobs: + - "{project-name}-gerrit-docker-jobs" + - gerrit-go-verify + stream: + - master: + branch: master + - f-release: + branch: f-release + - g-release: + branch: g-release + +- project: + <<: *ransliceassurance_common + name: nonrtric-rapp-ransliceassurance-icsversion + project-name: "{name}" # image name - docker-name: 'o-ran-sc/nonrtric-rapp-ransliceassurance' + docker-name: "o-ran-sc/nonrtric-rapp-ransliceassurance-icsversion" # get tag from YAML container-tag-method: yaml-file # use host network to clone from our gerrit - docker-build-args: '--network=host' + docker-build-args: "--network=host" # Directory with Dockerfile - docker-root: 'smoversion' + docker-root: "icsversion" # Directory where go test should be run - go-root: 'smoversion' + go-root: "icsversion" build-node: ubuntu1804-docker-4c-4g # Includes verify and merge jobs jobs: @@ -53,6 +72,10 @@ stream: - master: branch: master + - f-release: + branch: f-release + - g-release: + branch: g-release - project: <<: *ransliceassurance_common @@ -65,6 +88,6 @@ sonar-project-file: "" java-version: openjdk11 # use sonarcloud values from defaults.yaml - sonar-properties: !include-raw: sonar-project.properties + sonar-properties: !include-raw-escape: sonar-project.properties jobs: - - gerrit-sonar-prescan-script \ No newline at end of file + - gerrit-sonar-prescan-script