X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fnonrtric-plt-sme%2Fnonrtric-plt-sme.yaml;h=83bd14739b477610ebc642a67c4af1b36298f087;hb=a5f910f6c877000699a40af29124c5b2ee0f54ce;hp=e87bbdb974f75df2956e52d02606b0e9c2f62d67;hpb=a22d417105f619c1c11cebbb8d87ae8626282c75;p=ci-management.git diff --git a/jjb/nonrtric-plt-sme/nonrtric-plt-sme.yaml b/jjb/nonrtric-plt-sme/nonrtric-plt-sme.yaml index e87bbdb9..83bd1473 100644 --- a/jjb/nonrtric-plt-sme/nonrtric-plt-sme.yaml +++ b/jjb/nonrtric-plt-sme/nonrtric-plt-sme.yaml @@ -5,18 +5,8 @@ views: - project-view -- project: - name: nonrtric-plt-sme-info - project: nonrtric/plt/sme - project-name: nonrtric-plt-sme - # maven settings file has docker credentials - build-node: centos7-builder-1c-1g - branch: master - jobs: - - gerrit-info-yaml-verify - -- nonrtric_plt_sme_common: &nonrtric_plt_sme_common - # values apply to all projects here +- _nonrtric_plt_sme_common: + &nonrtric_plt_sme_common # values apply to all projects here name: nonrtric-plt-sme-common # git repo project: nonrtric/plt/sme @@ -35,27 +25,27 @@ # container release requires docker build-node: centos7-docker-2c-8g jobs: - - '{project-name}-gerrit-release-jobs' + - "{project-name}-gerrit-release-jobs" - project: <<: *nonrtric_plt_sme_common name: nonrtric-plt-sme-capifcore - project-name: '{name}' + project-name: "{name}" # image name - docker-name: 'o-ran-sc/nonrtric-plt-capifcore' + docker-name: "o-ran-sc/nonrtric-plt-capifcore" # get tag from YAML container-tag-method: yaml-file container-tag-yaml-dir: capifcore # use host network to clone from our gerrit - docker-build-args: '--network=host' + docker-build-args: "--network=host" # Directory with Dockerfile - docker-root: 'capifcore' + docker-root: "capifcore" # Limit build trigger to appropriate files gerrit_trigger_file_paths: - compare-type: REG_EXP - pattern: 'capifcore/.*' + pattern: "capifcore/.*" # Directory where go test should be run - go-root: 'capifcore' + go-root: "capifcore" build-node: ubuntu1804-docker-4c-4g # Includes verify and merge jobs jobs: @@ -64,6 +54,12 @@ stream: - master: branch: master + - g-release: + branch: g-release + - h-release: + branch: h-release + - i-release: + branch: i-release - project: <<: *nonrtric_plt_sme_common @@ -73,11 +69,11 @@ build-node: ubuntu1804-docker-4c-4g gerrit_trigger_file_paths: - compare-type: REG_EXP - pattern: 'capifcore/.*' + pattern: "capifcore/.*" sonar-prescan-script: !include-raw-escape: prescan-capifcore-ubuntu.sh 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