X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fnonrtric-rapp-ransliceassurance%2Fnonrtric-rapp-ransliceassurance.yaml;h=10cb9d1c2a31ffe4cfa96db9b7e9924469e79929;hb=a80c3ed394c51b33b4701191de61e9d6a3e12965;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..10cb9d1c 100644 --- a/jjb/nonrtric-rapp-ransliceassurance/nonrtric-rapp-ransliceassurance.yaml +++ b/jjb/nonrtric-rapp-ransliceassurance/nonrtric-rapp-ransliceassurance.yaml @@ -13,7 +13,7 @@ jobs: - gerrit-info-yaml-verify -- ransliceassurance_common: &ransliceassurance_common +- _ransliceassurance_common: &ransliceassurance_common name: ransliceassurance-common # git repo project: nonrtric/rapp/ransliceassurance @@ -29,22 +29,22 @@ # 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' + 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' + docker-build-args: "--network=host" # Directory with Dockerfile - docker-root: 'smoversion' + docker-root: "smoversion" # Directory where go test should be run - go-root: 'smoversion' + go-root: "smoversion" build-node: ubuntu1804-docker-4c-4g # Includes verify and merge jobs jobs: @@ -53,6 +53,37 @@ 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-icsversion" + # 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: "icsversion" + # Directory where go test should be run + go-root: "icsversion" + 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 @@ -65,6 +96,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