X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fnonrtric%2Fnonrtric.yaml;h=d5fc71dfce8b588c5b94ab5bec6365646e52adac;hb=refs%2Fchanges%2F14%2F12514%2F1;hp=633d6e1acc2cfe8c2fccd0adc564d9ef017b9545;hpb=7ffdca330f9d9719c0c09dae5ab9065d4462af84;p=ci-management.git diff --git a/jjb/nonrtric/nonrtric.yaml b/jjb/nonrtric/nonrtric.yaml index 633d6e1a..d5fc71df 100644 --- a/jjb/nonrtric/nonrtric.yaml +++ b/jjb/nonrtric/nonrtric.yaml @@ -5,14 +5,6 @@ views: - project-view -- project: - name: nonrtric-info - project: nonrtric - project-name: nonrtric - build-node: centos7-builder-1c-1g - jobs: - - gerrit-info-yaml-verify - - _nonrtric_jdk_common: &nonrtric_jdk_common name: nonrtric-jdk-common # git repo @@ -124,6 +116,31 @@ - master: branch: master +- project: + <<: *nonrtric_jdk_common + name: nonrtric-test-servicestub + project-name: "{name}" + # image name + docker-name: "servicestub" + # 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/servicestub" + # Directory where go test should be run + # Limit build trigger to appropriate files + gerrit_trigger_file_paths: + - compare-type: REG_EXP + pattern: "test/servicestub/.*" + 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-test-mrstub @@ -180,6 +197,8 @@ branch: g-release - h-release: branch: h-release + - i-release: + branch: i-release - project: <<: *nonrtric_jdk_common