X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fnonrtric-plt-ranpm%2Fnonrtric-plt-ranpm.yaml;h=7e52fbd9ef8e703e7cb4414c5592f23585b5832a;hb=1fc2f3d293c7db445cb0f74fab4374f1b50f9a8b;hp=cf958c5b3d30fab5c3a3f4c0a840e91ec523783f;hpb=a7fbd14ea49c453ead41af57020ebf966b547a19;p=ci-management.git diff --git a/jjb/nonrtric-plt-ranpm/nonrtric-plt-ranpm.yaml b/jjb/nonrtric-plt-ranpm/nonrtric-plt-ranpm.yaml index cf958c5b..7e52fbd9 100644 --- a/jjb/nonrtric-plt-ranpm/nonrtric-plt-ranpm.yaml +++ b/jjb/nonrtric-plt-ranpm/nonrtric-plt-ranpm.yaml @@ -94,3 +94,29 @@ stream: - master: branch: master + +- project: + <<: *nonrtric_plt_ranpm_jdk_common + name: nonrtric-plt-ranpm-pm-file-converter + project-name: "{name}" + # image name + docker-name: "o-ran-sc/nonrtric-plt-ranpm-pm-file-converter" + # 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: "pm-file-converter" + # Directory where go test should be run + go-root: "pm-file-converter" + gerrit_trigger_file_paths: + - compare-type: REG_EXP + pattern: "pm-file-converter/.*" + build-node: ubuntu1804-docker-4c-4g + # Includes verify and merge jobs + jobs: + - "{project-name}-gerrit-docker-jobs" + - gerrit-go-verify + stream: + - master: + branch: master